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