aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/wsgi-ini-fix.patch
blob: 7823ca6ad65c77986c4516805918b6258169a395 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 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
bgstack15