centoos7下nginx安装

Posted jenkins

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centoos7下nginx安装相关的知识,希望对你有一定的参考价值。

1.下载地址 http://nginx.org/en/download.html
2.选择下载Stable version
3.上传到服务器
4.解压到安装目录并删除压缩包
5.尝试编译nginx,先进入到ngixn目录

cd /opt/nginx1.61
./configure --prefix=/opt/nginx

6.编译肯定不通过,需要安装相关的依赖,安装依赖(centos7.6)

==./configure: error: the HTTP rewrite module requires the PCRE library.==

yum install -y pcre pcre-devel 

==./configure: error: the HTTP gzip module requires the zlib library.==

yum install -y zlib zlib-devel 

建议再安装下ssl的库依赖

yum install -y openssl openssl-devel

总的来说就是

yum install -y pcre  pcre-devel zlib zlib-devel openssl openssl-devel

在当前文件夹下会生成一个Makefile文件
7.编译

make

8.安装

make install

以上是关于centoos7下nginx安装的主要内容,如果未能解决你的问题,请参考以下文章

在Tomcat的安装目录下conf目录下的server.xml文件中增加一个xml代码片段,该代码片段中每个属性的含义与用途

Nginx——Nginx启动报错Job for nginx.service failed because the control process exited with error code(代码片段

VIM 代码片段插件 ultisnips 使用教程

Linux下nginx编译安装教程和编译参数详解

Nginx配置文件详细介绍

Shell脚本切割日志