Skip to content

Commit 4337d87

Browse files
committed
fix
1 parent 996b76a commit 4337d87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gunicorn.conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
accesslog = "/var/log/gunicorn.log"
1010
workers = multiprocessing.cpu_count() * 2 + 1
1111
worker_class = 'gevent'
12-
daemon = True
12+
daemon = False
1313
debug = False

0 commit comments

Comments
 (0)