创建文件:
/etc/yum.repos.d/nginx.repo
添加如下内容:
[nginx-stable]
name=nginx stable repo
baseurl=http://nginx.org/packages/centos/$releasever/$basearch/
gpgcheck=0
enabled=1
module_hotfixes=true
然后执行
sudo yum install nginx
具体配置:
vi /etc/nginx/nginx.conf
服务:
systemctl start nginx.service # 启动Nginx服务
systemctl enable nginx.service #开机自启
参考内容:
- http://nginx.org/en/linux_packages.html#mainline;
- https://gist.github.com/ifels/c8cfdfe249e27ffa9ba1;
最新评论
本来在正常下载,突然就不能下载,并出现报错:a socket operation was attempted to an unreachable network。请问是什么原因呢
试了,还是不行,能不能更新一下
试了,确实不行,能不能更新一下
也推荐一下我自己写的 https://twitdown.com