diff options
Diffstat (limited to 'stackbin.wsgi.ini')
-rw-r--r-- | stackbin.wsgi.ini | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/stackbin.wsgi.ini b/stackbin.wsgi.ini index 4b38ea8..cf35ffb 100644 --- a/stackbin.wsgi.ini +++ b/stackbin.wsgi.ini @@ -1,5 +1,8 @@ [uwsgi] -plugins = logfile +# CentOS 7 uwsgi needs "python36" added to this list. +plugins = logfile, python36 +# Devuan does not. +#plugins = logfile http-socket = 0.0.0.0:5000 wsgi-file = stackbin.py callable = app |