We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f61274 commit 9487e89Copy full SHA for 9487e89
web/nginx-ireproof.conf
@@ -0,0 +1,9 @@
1
+server {
2
+ listen 80;
3
+ server_name ireproof.org tools.ireproof.org www.ireproof.org;
4
+
5
+ location / {
6
+ include uwsgi_params;
7
+ uwsgi_pass unix:/home/rspeer/solvertools/web/ireproof.sock;
8
+ }
9
+}
web/uwsgi.conf
@@ -0,0 +1,11 @@
+[uwsgi]
+wsgi-file = /home/rspeer/solvertools/web/__init__.py
+master = true
+processes = 5
+socket = web/ireproof.sock
+chmod-socket = 660
+vacuum = true
10
11
+die-on-term = true
0 commit comments