运维网's Archiver
论坛
›
nginx
› centos7安装nginx-GO DBA !
yzwj2004
发表于 2018-11-15 11:42:14
centos7安装nginx-GO DBA !
1.添加nginx源,cat /etc/yum.repos.d/nginx.repo
name=nginx repo
baseurl=http://nginx.org/packages/centos/7/$basearch/
gpgcheck=0
enabled=1
2.yum install nginx
3.启动nginx
# nginx
4.查看网页,http://ip_address
页:
[1]
查看完整版本:
centos7安装nginx-GO DBA !