CentOS下 安装 Nginx的方法
官方文档:https://nginx.org/en/linux_packages.html#rhel-centos
安装环境:linux 服务器 centos 7.3、root 权限
1、install the prerequisites:
sudo yum install yum-utils
2、to set up the yum repository, create the file named /etc/yum.repos.d/nginx.repo with the following contents:
(注意替换 os 版本:$releasever,如 centos 版本是 7,就替换成 7)
命令:
使用 vim 编辑 nginx.repo 文件
vim /etc/yum.repos.d/nginx.repo
设置 nginx 的 yum 源:
将以下内容粘贴进 nginx.repo 文件中
[nginx-stable] name=nginx stable repo baseurl=http://nginx.org/packages/centos/$releasever/$basearch/ gpgcheck=1 enabled=1 gpgkey=https://nginx.org/keys/nginx_signing.key module_hotfixes=true
输入vim命令 :wq 保存并退出
3、to install nginx, run the following command:
sudo yum install nginx
中途会输入 y 确认安装
4、when prompted to accept the gpg key, verify that the fingerprint matches 573b fd6b 3d8f bc64 1079 a6ab abf5 bd82 7bd9 bf62, and if so, accept it.
最后会输出 fingerprint,如果和上面红色部分匹配,再输入 y 确认
5、启动 | 停止 | 重启 nginx:
# 启动 systemctl start nginx.service # 停止 systemctl stop nginx.service # 重启 systemctl restart nginx.service
6、查看 nginx 所有安装位置:
rpm 是 linux 的 rpm 包管理工具,-q 代表询问模式,-l 代表返回列表
rpm -ql nginx
7、nginx 配置文件:
/etc/nginx/conf.d /etc/nginx/conf.d/default.conf
总结
以上所述是小编给大家介绍的centos下 安装 nginx的方法,希望对大家有所帮助!
上一篇: HTML5语义化元素你真的用对了吗
下一篇: Nginx隐藏和伪造版本号的操作方法
推荐阅读
-
电脑安装ABBYY FineReader 12提示访问文件被拒绝的解决方法
-
linux下mysql的安装步骤
-
windows10下安装TensorFlow Object Detection API的步骤
-
Windows 安装 Anaconda3+PyCharm的方法步骤
-
关于python下cv.waitKey无响应的原因及解决方法
-
windowsxp系统下让文件以详细信息方式显示的方法
-
maven安装以及eclipse配置maven的方法
-
学会了 python 的pip方法安装第三方库
-
win10下酷狗全屏播放MV出现画面撕裂的解决方法
-
win10系统下打开office2013会提示配置进度的解决方法