上一页 1 ··· 12 13 14 15 16
摘要: systemctl status firewalld :查看防火墙状态 systemctl stop firewalld :关闭防火墙,重启后失效 systemctl disable firewalld :关闭防火墙,重启后仍保持关闭 systemctl enable firewalld :开启防火 阅读全文
posted @ 2018-12-08 17:16 二月无雨 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 1. 查找Nginx路径 ``` bash # 查找Nginx路径,如:nginx: /usr/local/nginx whereis nginx ``` 2. Nginx -s 命令 ```bash nginx -s reload # 修改配置文件后,重新载入配置文件 kill -HUP ngin 阅读全文
posted @ 2018-12-08 17:13 二月无雨 阅读(167) 评论(0) 推荐(0) 编辑
上一页 1 ··· 12 13 14 15 16