nginx安装
原创小于 1 分钟
添加nginx的源
[root@localhost yum.repos.d]# rpm -ivh http://nginx.org/packages/centos/7/noarch/RPMS/nginx-release-centos-7-0.el7.ngx.noarch.rpm
安装nginx
sudo yum -y install nginx # 安装 nginx
nginx的使用命令
systemctl status nginx
systemctl restart nginx
systemctl start nginx
systemctl stop nginx
systemctl enable nginx // 开机启动
systemctl reload nginx // 重新加载配置
nginx的配置文件目录
cd /etc/nginx
nginx 的web访问目录
cd /usr/share/nginx/html