diff --git a/README.md b/README.md index 6a34a1d..2ae7d3f 100644 --- a/README.md +++ b/README.md @@ -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 // 关闭某服务 diff --git a/gunicorn.conf b/gunicorn.conf.py similarity index 100% rename from gunicorn.conf rename to gunicorn.conf.py