move gunicorn configuration from init script to config file
This commit is contained in:
parent
7ec1e9f6da
commit
29204b6fb5
5 changed files with 29 additions and 16 deletions
5
pandora/gunicorn_config.py.in
Normal file
5
pandora/gunicorn_config.py.in
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
bind="127.0.0.1:2620"
|
||||
log_level="info"
|
||||
max_requests=1000
|
||||
timeout=90
|
||||
workers=5
|
||||
Loading…
Add table
Add a link
Reference in a new issue