|
@@ -4,7 +4,7 @@ binary-path = /opt/h0v1n8-website-env/bin/uwsgi
|
|
|
# the base directory (full path)
|
|
# the base directory (full path)
|
|
|
chdir = /opt/h0v1n8-website-env/website
|
|
chdir = /opt/h0v1n8-website-env/website
|
|
|
# Django's wsgi file
|
|
# Django's wsgi file
|
|
|
-module = webgui.wsgi
|
|
|
|
|
|
|
+module = website.wsgi
|
|
|
# the virtualenv (full path)
|
|
# the virtualenv (full path)
|
|
|
home = /opt/h0v1n8-website-env/
|
|
home = /opt/h0v1n8-website-env/
|
|
|
|
|
|
|
@@ -14,7 +14,7 @@ master = true
|
|
|
# maximum number of worker processes
|
|
# maximum number of worker processes
|
|
|
processes = 10
|
|
processes = 10
|
|
|
# the socket (use the full path to be safe
|
|
# the socket (use the full path to be safe
|
|
|
-socket = /opt/h0v1n8-env/website/webgui.sock
|
|
|
|
|
|
|
+socket = /opt/h0v1n8-website-env/website/website.sock
|
|
|
# ... with appropriate permissions - may be needed
|
|
# ... with appropriate permissions - may be needed
|
|
|
chmod-socket = 666
|
|
chmod-socket = 666
|
|
|
# clear environment on exit
|
|
# clear environment on exit
|