/application/nginx/sbin/nginx -h
Posted 李伟铭
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了/application/nginx/sbin/nginx -h相关的知识,希望对你有一定的参考价值。
[[email protected] ~]# /application/nginx/sbin/nginx -h
nginx version: nginx/1.6.3
Usage: nginx [-?hvVtq] [-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
-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: /application/nginx-1.6.3/)
-c filename : set configuration file (default: conf/nginx.conf)
-g directives : set global directives out of configuration file
[[email protected] ~]#
以上是关于/application/nginx/sbin/nginx -h的主要内容,如果未能解决你的问题,请参考以下文章