nginx 常用命令 前半 2021-01-11 72 阅读1分钟 启动 /usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf 重新加载配置文件 ./nginx -s reload 停止 ./nginx -s stop ./nginx -s quit 查看nginx进程 ps -ef|grep nginx