We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19eb279 + d2d6d48 commit f47d44fCopy full SHA for f47d44f
config.py
@@ -4,8 +4,7 @@
4
bind = '127.0.0.1:8000'
5
6
workers = int(os.environ.get('GUNICORN_PROCESSES', '3'))
7
-threads = int(os.environ.get('GUNICORN_THREADS', '1'))
8
-timeout = 120
+worker_class = os.environ.get('GUNICORN_WORKER', 'gthread')
9
10
forwarded_allow_ips = '*'
11
secure_scheme_headers = {'X-Forwarded-Proto': 'https'}
0 commit comments