码迷,mamicode.com
首页 > 其他好文 > 详细

nginx常用命令

时间:2018-12-13 13:50:39      阅读:234      评论:0      收藏:0      [点我收藏+]

标签:帮助信息   conf   切割日志   检查   bsp   请求   reload   日志文件   file   

nginx常用命令  

start nginx.exe 启动    

nginx -s quit         优雅停止nginx,有连接时会等连接请求完成再杀死worker进程  

    nginx -s reload     优雅重启,并重新载入配置文件nginx.conf

    nginx -s reopen     重新打开日志文件,一般用于切割日志

    nginx -v            查看版本  

    nginx -t            检查nginx的配置文件

    nginx -h            查看帮助信息

  nginx -V       详细版本信息,包括编译参数 

     nginx  -c filename  指定配置文件

nginx常用命令

标签:帮助信息   conf   切割日志   检查   bsp   请求   reload   日志文件   file   

原文地址:https://www.cnblogs.com/pangjing/p/10113429.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!