码迷,mamicode.com
首页 > 其他好文 > 详细

ngnix 配置反向代理

时间:2017-05-07 19:48:38      阅读:215      评论:0      收藏:0      [点我收藏+]

标签:too   pen   figure   代理   技术   shel   cal   lib   download   

 

通过shell 脚本

#!/bin/bash

yum -y install wget pcre-devel openssl openssl-devel libtool gcc automake autoconf libtool make

wget http://nginx.org/download/nginx-1.6.3.tar.gz

tar -zxvf nginx-1.6.3.tar.gz -C /usr/local

cd /usr/local/nginx-1.6.3

./configure --prefix=/usr/local/nginx-1.6.3 --with-http_stub_status_module --with-http_ssl_module

make && make install?

 

cd /usr/local/nginx-1.6.3/cnf

修改配置文件

 

 

技术分享

 

 

然后

nginx -s reload

 

 

看效果

技术分享

 

ngnix 配置反向代理

标签:too   pen   figure   代理   技术   shel   cal   lib   download   

原文地址:http://www.cnblogs.com/itxuexiwang/p/6821685.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!