Nginx常用命令
#查看版本 nginx -v #启动 start nginx 注:命令"nginx" 也可以开启,但会出现卡命令行,不要使用 #关闭 nginx -s stop #快速关闭 nginx -s quit #平滑关闭 #重启,重新加载配置文件 nginx -s reload