aboutsummaryrefslogtreecommitdiff
path: root/stackbin.wsgi.ini
diff options
context:
space:
mode:
Diffstat (limited to 'stackbin.wsgi.ini')
-rw-r--r--stackbin.wsgi.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/stackbin.wsgi.ini b/stackbin.wsgi.ini
index cf35ffb..1ad33c0 100644
--- a/stackbin.wsgi.ini
+++ b/stackbin.wsgi.ini
@@ -1,9 +1,9 @@
[uwsgi]
# CentOS 7 uwsgi needs "python36" added to this list.
plugins = logfile, python36
-# Devuan does not.
+# Devuan Ceres does not.
#plugins = logfile
-http-socket = 0.0.0.0:5000
+http-socket = 127.0.0.1:4680
wsgi-file = stackbin.py
callable = app
touch-reload = stackbin.py
bgstack15