nginx的常用命令
时间:2016-10-21 21:32 来源:linux.it.net.cn 作者:IT
-
Starting, Stopping, and Reloading Configuration
-
-
To 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 signal
-
Where signal may be one of the following:
-
-
stop — fast shutdown
-
quit — graceful shutdown
-
reload — reloading the configuration file
-
reopen — reopening the log files
(责任编辑:IT)
|