摘要:
参考: https://www.cnblogs.com/codexj/p/12606037.html 阅读全文
摘要:
方式一:yum安装 安装: yum install nginx 启用并启动Nginx服务: $ sudo systemctl enable nginx $ sudo systemctl start nginx 停止服务: $ sudo systemctl stop nginx 要验证服务是否正在运行 阅读全文