怎样在centos上安装和搭建nginx
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了怎样在centos上安装和搭建nginx相关的知识,希望对你有一定的参考价值。
首先下载nginx的源码包。
## 编译nginxtar xvf nginx-1.8.0.tar.gz
cd nginx-1.8.0
./configure --prefix=/usr/local/nginx --with-http_ssl_module --with-http_stub_status_module --with-http_gzip_static_module --with-google_perftools_module
make
make install
#配置nginx
#修改nginx.conf配置,以满足自己的业务需求 参考技术A yum -y install nginx 命令
以上是关于怎样在centos上安装和搭建nginx的主要内容,如果未能解决你的问题,请参考以下文章