首页 > TAG信息列表 > gunicron
部署flask(nginx,gunicron,supervisor)
supervisor apt安装 配置文件 nginx( [program:nginx]command = /usr/sbin/nginx -g 'daemon off;'startsecs=0autostart=trueautorestart=truestdout_logfile=/home/maj/flask/log/nginx_sup.logredirect_stderr=truepriority=10stopasgroup=truekillasgroup=truestopsigpython web 部署 nginx+gunicron+supervisor+flask
文章目录 一、使用 gunicorn 部署 python web安装 gunicorngunicorn相关参数gunicorn的配置文件,名称为*.py编写flask代码,flask-gunicorn.py代码如下 二、ubuntu安装supervisor安装新建进程配置启动进程supervisor的基本使用命令web界面操作 三、ubuntu安装nginx安装ngi