欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

文章标题 Linux下如何重启nginx

程序员文章站 2022-05-09 18:41:52
...
1 查找nginx安装目录
ps -ef | grep nginx
oot     219081011:50 ?        00:00:00nginx: master process **/usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf**
nobody   2190921908011:50 ?        00:00:00nginx: worker process                                          
nobody   2191021908011:50 ?        00:00:00nginx: worker process                                          
nobody   2191121908011:50 ?        00:00:00nginx: worker process                                          
nobody   2191221908011:50 ?        00:00:00nginx: worker process                                          
root     2488316057014:34 pts/200:00:00 grep nginx
[root@iZ2558pjddbZ sbin]# ^C

master后边就是nginx的安装目录
2 进入安装目录 sbin下(cd /usr/local/nginx/sbin) 执行 nginx -s reload
3另一种方法
/usr/local/nginx/sbin/nginx -t -c /usr/local/nginx/conf/nginx.conf

').addClass('pre-numbering').hide(); $(this).addClass('has-numbering').parent().append($numbering); for (i = 1; i ').text(i)); }; $numbering.fadeIn(1700); }); });

以上就介绍了 文章标题 Linux下如何重启nginx,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。