首页  >  文章  >  后端开发  >  linux nginx轻量级服务器 -- 启动篇

linux nginx轻量级服务器 -- 启动篇

WBOY
WBOY原创
2016-08-08 09:30:03963浏览

nginx 启动的多种参数

Nginx 从 0.7.53 版本之后新增了一些命令行参数:-s

-s 参数包含四个命令分别是 stop/quit/reopen/reload


# /usr/local/nginx/sbin/nginx -h

nginx version: nginx/0.7.67

Usage: nginx [-?hvVt] [-s signal] [-c filename] [-p prefix] [-g directives]

Options:

-?,-h         : this help

-v            : show version and exit

-V            : show version and configure options then exit

-t            : test configuration and exit

-s signal     : send signal to a master process: stop, quit, reopen, reload

-p prefix     : set prefix path (default: /usr/local/nginx/)

-c filename   : set configuration file (default: conf/nginx.conf)

-g directives : set global directives out of configuration file

vpser:~#

以上就介绍了linux nginx轻量级服务器 -- 启动篇,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。

声明:
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn