update conf to py
This commit is contained in:
parent
50a74de9e6
commit
f4637f0cd8
@ -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
|
||||
// 关闭某服务
|
||||
|
Loading…
x
Reference in New Issue
Block a user