Nginx 常用命令
程序员文章站
2022-06-11 13:02:05
...
启动
nginx
重新加载配置文件
nginx -s reload
关闭
# 查看nginx进程号
ps -aux | grep nginx
# 杀掉进程
kill -9 nginx
检查配置文件是否正确
nginx -t -c /路径/nginx.conf
下一篇: js 删除数组中重复的记录
推荐阅读
-
centos6.5通过yum安装nginx
-
自动化Nginx服务器的反向代理的配置方法
-
Shell日志分析常用命令和例子
-
Linux服务器下安装配置Nginx的教程
-
在lnmp环境中的nginx编译安装
-
nginx 配置文件详解(转)
-
nginx安装错误:c compiler cc is not found
-
CentOS安装Nginx 报错“configure: error: the HTTP rewrite module requires the PCRE library”解决办法
-
PHP统计nginx访问日志中的搜索引擎抓取404链接页面路径
-
oracle 11g RAC 常用命令整理分享