--- a/stackbin.wsgi.ini.example +++ b/stackbin.wsgi.ini.example @@ -1,8 +1,8 @@ [uwsgi] # CentOS 7 uwsgi needs "python36" added to this list. -plugins = logfile, python36 +#plugins = logfile, python36 # Devuan Ceres does not. -#plugins = logfile +plugins = logfile http-socket = 127.0.0.1:4680 wsgi-file = /usr/libexec/stackbin/stackbin.py callable = app