We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 996b76a commit 4337d87Copy full SHA for 4337d87
1 file changed
gunicorn.conf.py
@@ -9,5 +9,5 @@
9
accesslog = "/var/log/gunicorn.log"
10
workers = multiprocessing.cpu_count() * 2 + 1
11
worker_class = 'gevent'
12
-daemon = True
+daemon = False
13
debug = False
0 commit comments