摘要: nginx命令# 设置开机启动systemctl enable nginx # 取消开机自启动#systemctl disable nginx # 查看服务当前状态systemctl status nginx # 启动nginx服务systemctl start nginx # 停止nginx服务s 阅读全文
posted @ 2021-03-26 20:01 阳光依旧是我 阅读(186) 评论(0) 推荐(0)
摘要: sudo systemctl disable firewalld --关闭防火墙 sudo systemctl enable firewalld --允许使用防火墙 sudo systemctl status firewalld --查看防火墙状态 sudo systemctl stop firew 阅读全文
posted @ 2021-03-26 17:18 阳光依旧是我 阅读(2264) 评论(0) 推荐(0)