[root@web01 ~]# nginx -h
nginx version: nginx/1.16.0
Usage: nginx [-?hvVtTq] [-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
测试配置文件并退出
-T : test configuration, dump it and exit
测试配置文件,保存全部配置信息并退出
-q : suppress non-error messages during configuration testing
在配置测试时,抑制正确信息输出
-s signal : send signal to a master process: stop, quit, reopen, reload
信号 停止程序
-p prefix : set prefix path (default: /etc/nginx/)
设置加载配置文件路径 nginx.conf
-c filename : set configuration file (default: /etc/nginx/nginx.conf)
设置加载指定配置文件
-g directives : set global directives out of configuration file
nginx-参数
©著作权归作者所有,转载或内容合作请联系作者
- 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
- 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
- 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
推荐阅读更多精彩内容
- 这篇文章主要介绍了Nginx编译参数大全,Nginx configure参数中文详解,需要的朋友可以参考下 Ngi...