Skip to content

Commit 996b76a

Browse files
committed
fix: gunicorn config
1 parent 5d03062 commit 996b76a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gunicorn.conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
bind = "0.0.0.0:5000"
88
pidfile = "/tmp/gunicorn.pid"
9-
accesslog = "./logs/gunicorn.log"
9+
accesslog = "/var/log/gunicorn.log"
1010
workers = multiprocessing.cpu_count() * 2 + 1
11-
worker_class = "gevent"
11+
worker_class = 'gevent'
1212
daemon = True
1313
debug = False

0 commit comments

Comments
 (0)