nginx的常用命令

来源:互联网 发布:朋友圈关系网软件 编辑:程序博客网 时间:2024/05/21 10:08
Starting, Stopping, and Reloading ConfigurationTo start nginx, run the executable file. Once nginx is started, it can be controlled by invoking the executable with the -s parameter. Use the following syntax:nginx -s signalWhere signal may be one of the following:stop — fast shutdownquit — graceful shutdownreload — reloading the configuration filereopen — reopening the log files

0 0
原创粉丝点击