CentOS 7.9.2009安装Nginx1.26.0服务

一、下载和安装Nginx服务

# 安装wget软件
[root@localhost home]# yum install wget

# 安装Nginx所需要的依赖
[root@localhost home]# yum install -y gcc-c++  zlib zlib-devel openssl openssl-devel pcre pcre-devel

# 下载Nginx安装包
[root@localhost home]# wget -c http://nginx.org/download/nginx-1.26.0.tar.gz

# 解压Nginx安装包
[root@localhost home]# tar -zxvf nginx-1.26.0.tar.gz

# 进入解压后的Nginx目录:
[root@localhost home]# cd /nginx-1.26.0

# 执行配置: 添加http和https模块
# --prefix为指定安装路径,不指定默认安装到/usr/local/nginx目录
[root@localhost nginx-1.26.0]# ./configure --prefix=/opt/nginx --with-http_stub_status_module --with-http_ssl_module

# 对Nginx编译和安装
[root@localhost nginx-1.26.0]# make & make install

二、修改Nginx配置和打包以便后续解压直接使用,省去打包编译。

1、修改nginx.conf文件:vi /opt/nginx/conf/nginx.conf。

2、上传https证书到/opt/nginx/conf/cert

3、编写Nginx服务管理脚本并在存放到conf目录

# 编写服务管理脚本ÿ
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值