configs: added small fixes into gunicorn configs
This commit is contained in:
parent
53292e1e37
commit
dd61323584
3 changed files with 9 additions and 6 deletions
2
Makefile
2
Makefile
|
|
@ -126,7 +126,7 @@ dev-srv:
|
|||
.PHONY: dev-srv-g
|
||||
## run gunicorn multi process workers
|
||||
dev-srv-g:
|
||||
gunicorn --workers=4 --paste .dev/dev_g.ini --bind=0.0.0.0:10020 --worker-class=gevent --threads=1 --config=configs/gunicorn_config.py --timeout=120
|
||||
gunicorn --paste .dev/dev.ini --bind=0.0.0.0:10020 --config=.dev/gunicorn_config.py
|
||||
|
||||
|
||||
# Default command on calling make
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue