参考资料:http://nginx.org/en/linux_packages.html#stable
1、添加nginx.repo
2、配置nginx
3、启动nginx
1、添加nginx.repo
注:
nginx.repo 路径为 /etc/yum.repos.d/nginx.repo
注:
nginx.repo 内容如上所示
然后使用 yum install nginx 即可
2、配置nginx
防火墙管理:iptables,参考本博客另外文章
3、启动与关闭
命令:
service
nginx restart
service
nginx start
service nginx
stop
4、效果预览:输入http://serverIP/ 【 例如 http://localhost 】
时间: 2024-11-13 09:27:15