update conf to py

This commit is contained in:
RainSun 2020-02-26 21:31:49 +08:00
parent 50a74de9e6
commit f4637f0cd8
2 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ export FLASK_ENV=development
// 启动临时服务
flask run --host=0.0.0.0 -p 8001
// 启动永久服务
gunicorn coc:app -c gunicorn.conf
gunicorn coc:app -c gunicorn.conf.py
// 查看已启动服务
pstree -ap|grep gunicorn
// 关闭某服务