window starts and shuts down nginx

WBOY
Release: 2016-07-29 09:09:12
Original
950 people have browsed it

Start

Directly click nginx.exe in the Nginx directory or cmd to run start nginx

Close

nginx -s stop or nginx -s quit

stop means to stop nginx immediately without saving relevant information

quit means normal Exit nginx and save relevant information

Restart (because the configuration has been changed, a restart is required)

nginx -s reload

The above introduces how to start and shut down nginx in window, including the relevant aspects. I hope it will be helpful to friends who are interested in PHP tutorials.

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template