ngnix 配置反向代理

Posted 超超hd

tags:

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

 

通过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 配置反向代理的主要内容,如果未能解决你的问题,请参考以下文章

ngnix 使用1--反向代理1

Ngnix反向代理与负载均衡[转]

将 Nginx 配置为反向代理而不更改主机名

Ngnix实现一个缓存和缩略处理的反向代理服务器

[跨域]跨域解决方法之Ngnix反向代理

ngnix 反向代理