Nginx常用操作有哪些
作者:WarmHope
时间:2024-05-09
浏览:0
检查nginx.conf是否语法错误[root@localhostconf]#/usr/local/nginx/sbin/nginx-tnginx:theconfigurationfile/usr/local/nginx/conf/nginx.confsyntaxisoknginx:configurationfile/usr/local/nginx/conf/nginx.conftestissuccessful更新配置文件使其生效[root@localhostconf]#/usr/local/nginx/

检查nginx.conf是否语法错误
[root@localhost conf]# /usr/local/nginx/sbin/nginx -tnginx: the configuration file /usr/local/nginx/conf/nginx.conf syntax is ok nginx: configuration file /usr/local/nginx/conf/nginx.conf test is successful
更新配置文件使其生效
[root@localhost conf]# /usr/local/nginx/sbin/nginx -s reload
验证nginx是否配置有误
[root@localhost sbin]# /usr/local/nginx/sbin/nginx -t -c /usr/local/nginx/conf/nginx.confnginx: the configuration file /usr/local/nginx/conf/nginx.conf syntax is ok nginx: configuration file /usr/local/nginx/conf/nginx.conf test is successful
启动nginx
[root@localhost sbin]# /usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf
查看nginx进程
[root@localhost sbin]# ps -ef|grep nginxroot 4870 1 0 22:35 ? 00:00:00 nginx: master process /usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf nginx 4871 4870 0 22:35 ? 00:00:00 nginx: worker process root 4873 2389 0 22:35 pts/0 00:00:00 grep --color=auto nginxs
作者最新文章
Photoshop图层阵列怎么做?复制多个图层并整齐排列
2026-09-22 16:42
3dmax动画技巧总结:动画制作步骤与渲染视频教程
2026-09-22 14:47
思源笔记
2026-09-16 17:42
在线PDF转TXT操作步骤与乱码排查指南
2026-09-04 13:02
PDF加水印后如何检查显示效果?在线工具操作步骤与避坑指南
2026-09-03 13:02
上一篇:
Golang协程的性能调优
热门文章
更多
精品专题
更多
Mac软件
更多
WINDOWS
更多


































