-
{{index+1}}
{{item}} {{ggg[index]}}
pip install gunicorn
gunicorn -w 3 -b 0.0.0.0:9001 run:app
gunicorn -c 配置文件路径 run:app
配置文件修改如下
command=/www/flask_test/venv/bin/gunicorn -c gunicorn/gunicorn_conf.py test:app
directory=/www/flask_test