nginx,gunicorn常用命令

nginx

启动:

在下载nginx的目录下直接输入nginx回车

停止:

nginx -s stop

重启:

nginx -s reload

查看当前运行进程:

ps -ef | grep nginx
原文地址:https://www.cnblogs.com/IcarusYu/p/8578966.html