nginx start and stop

Nginx start, stop:

Start:

cd / usr / nginx

cd sbin

./nginx


stop:

./nginx -s STOP

refresh: When a command to modify the conf file inside the configuration file to be executed

./nginx -s reload

Guess you like

Origin www.cnblogs.com/zhsv/p/12594398.html