在CentOS 7中安装nginx服务器
Posted 李潇然
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在CentOS 7中安装nginx服务器相关的知识,希望对你有一定的参考价值。
简要地介绍一下,如何在CentOS 7中安装nginx服务器
-
# wget http://nginx.org/packages/centos/7/noarch/RPMS/nginx-release-centos-7-0.el7.ngx.noarch.rpm
-
# rpm -ivh nginx-release-centos-7-0.el7.ngx.noarch.rpm
-
# yum install nginx
-
systemctl start nginx
-
默认的配置文件在 /etc/nginx 路径下,使用该配置已经可以正确地运行nginx;如需要自定义,修改其下的 nginx.conf 等文件即可。
-
在浏览器地址栏中输入部署nginx环境的机器的IP,如果一切正常,应该能看到如下字样的内容。
以上是关于在CentOS 7中安装nginx服务器的主要内容,如果未能解决你的问题,请参考以下文章