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