nginx服务相关操作

Posted 不止吧

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nginx服务相关操作相关的知识,希望对你有一定的参考价值。

安装目录

和大多软件一样一般安装在 /usr/local/ 目录下
/usr/local/

命令man

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

服务开启停止等操作

开启

/usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf

重启

/usr/local/nginx/sbin/nginx -s reload
/usr/local/nginx/sbin/nginx -s reatart

关闭

/usr/local/nginx/sbin/nginx -s stop

以上是关于nginx服务相关操作的主要内容,如果未能解决你的问题,请参考以下文章

Nginx--操作命令

将 nginx rtmp 片段发送到 WebRTC

Nginx——Nginx启动报错Job for nginx.service failed because the control process exited with error code(代码片段

Nginx 相关配置文件修改

CentOS7上部署Haproxy+Nginx实现Web群集

Apollo Codegen 没有找到生成代码的操作或片段