7 lines
No EOL
153 B
Python
7 lines
No EOL
153 B
Python
bind = 'unix:/tmp/gunicorn_web.sock'
|
|
workers = 2
|
|
worker_class = 'gevent'
|
|
timeout = 30
|
|
logconfig = 'conf/logging.conf'
|
|
pythonpath = '.'
|
|
preload_app = True |