nginx命令记录

Posted 古墩古墩

tags:

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

检查配置命令是否正确:

nginx -t -c conf/nginx.conf

启动nginx

start nginx

nginx重启

nginx -s reload

温柔停止nginx

nginx -s quit

暴力停止nginx

nginx -s stop

 

 

 

 

 

 

 

以上是关于nginx命令记录的主要内容,如果未能解决你的问题,请参考以下文章

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

CSP核心代码片段记录

nginx命令记录

Shell脚本切割日志

记录C#常用的代码片段

VSCode自定义代码片段——git命令操作一个完整流程