centos7.0 安装nginx
Posted paulversion
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos7.0 安装nginx相关的知识,希望对你有一定的参考价值。
在centos7.0下安装nginx需要安装 prce和zlib包去官网下载相应的包
然后解压相应的包进行编译 解压nginx源码包进入到解压文件
./configure --sbin-path=/usr/local/nginx/nginx --conf-path=/usr/local/nginx/nginx.conf --pid-path=/usr/local/nginx/nginx.pid --with-http_ssl_module --with-pcre=/usr/local/pcre-8.0.0 --with-zlib=/usr/local/zlib-1.2.11
以上是关于centos7.0 安装nginx的主要内容,如果未能解决你的问题,请参考以下文章