nginx download # 检查配置文件 nginx -t # 启动 start nginx # 停止 nginx -s stop # 重启 nginx -s reload # 关闭 nginx 服务 nginx -s quit