深入理解 Nginx WEB服务-----yum安装(第二天)附脚本安装nginx

15 篇文章 0 订阅
15 篇文章 0 订阅

一、Nginx 安装部署和配置管理

1、nginx 部署-Yum

  • 访问 nginx官方网站:http://www.nginx.org

  • Nginx版本类型

  • Mainline version: 主线版,即开发版

  • Stable version: 最新稳定版,生产环境上建议使用的版本

  • Legacy versions: 遗留的老版本的稳定版
    在这里插入图片描述

1、官方 Yum 安装指导
  • 在新机器上首次安装nginx之前,需要设置nginx软件包存储库。 之后,您可以从存储库安装和更新nginx。
[root@localhost  ~]# yum install yum-utils
  • 要设置yum存储库,
[root@localhost  ~]# vim /etc/yum.repos.d/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

[nginx-mainline]
name=nginx mainline repo
baseurl=http://nginx.org/packages/mainline/centos/$releasever/$basearch/
gpgcheck=1
enabled=0
gpgkey=https://nginx.org/keys/nginx_signing.key
  • 默认情况下,使用稳定的nginx软件包的存储库。 如果要使用主线nginx软件包,请运行以下命令:
[root@localhost  ~]# yum-config-manager --enable nginx-mainline
  • 要安装nginx,请运行以下命令:
[root@localhost  ~]# yum -y install nginx
2、Yum 安装 nginx
[root@localhost  ~]# yum -y install nginx
[root@localhost  ~]# systemctl start nginx
[root@localhost  ~]# systemctl enable nginx
  • 注意 : 查看防火墙状态, 需要关闭防火墙
[root@localhost  ~]# getenforce 
Disabled

[root@localhost  ~]# systemctl status firewalld
● firewalld.service - firewalld - dynamic firewall daemon
   Loaded: loaded (/usr/lib/systemd/system/firewalld.service; disabled; vendor pres
et: enabled)   Active: inactive (dead)
 Docs: man:firewalld(1)
3、查看 nginx 安装版本
[root@localhost  ~]# nginx -v
nginx version: nginx/1.14.2

[root@localhost  ~]# nginx -V
nginx version: nginx/1.14.2
built by gcc 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) 
built with OpenSSL 1.0.1e-fips 11 Feb 2013
TLS SNI support enabled
configure arguments:
 --prefix=/etc/nginx --sbin-path=/usr/sbin/nginx --modules-path
=/usr/lib64/nginx/modules --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --pid-path=/var/run/nginx.pid --lock-path=/var/run/nginx.lock --http-client-body-temp-path=/var/cache/nginx/client_temp --http-proxy-temp-path=/var/cache/nginx/proxy_temp --http-fastcgi-temp-path=/var/cache/nginx/fastcgi_temp --http-uwsgi-temp-path=/var/cache/nginx/uwsgi_temp --http-scgi-temp-path=/var/cache/nginx/scgi_temp --user=nginx --group=nginx --with-compat --with-file-aio --with-threads --with-http_addition_module --with-http_auth_request_module --with-http_dav_module --with-http_flv_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_mp4_module --with-http_random_index_module --with-http_realip_module --with-http_secure_link_module --with-http_slice_module --with-http_ssl_module --with-http_stub_status_module --with-http_sub_module --with-http_v2_module --with-mail --with-mail_ssl_module --with-stream --with-stream_realip_module --with-stream_ssl_module --with-stream_ssl_preread_module --with-cc-opt='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -fPIC' --with-ld-opt='-Wl,-z,relro -Wl,-z,now -pie'
4、浏览器访问验证

浏览器访问 www.db88788.com (在访问机器上添加 hosts 解析)
在这里插入图片描述


脚本下载链接:https://download.csdn.net/download/weixin_45515757/12714934


作者:大宝不胖,但是很壮! Email:db88788@163.com
有什么问题或是建议请联系,谢谢。。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

大宝不胖但是很壮

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值