首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 服务器 > Apache >

[nginx] nginx 域名转发如何设置

2013-02-19 
[nginx] nginx 域名转发怎么设置啊http://dj.aa.com/e/1/Play_13360.html想这样的地址 转发到 http://dj.a

[nginx] nginx 域名转发怎么设置啊
http://dj.aa.com/e/1/Play_13360.html   想这样的地址 
转发到
 http://dj.aa.com:81/e/1/Play_13360.html  这样 就是在地址后加个端口   就有e 目录 下的连接才有效果 

********************************
 
http://dj.aa.com/e/1/Play_160.html   想这样的地址   转发到
 http://dj.aa.com:81/e/1/Play_160.html  这样之类的!              
 

只有进http://dj.aa.com/e/1/Play_15.html   这样的才转 

http://dj.aa.com/aa /1/Play_160.html   这样其他不转

规则怎么写啊
[解决办法]
       location ~ ^/.*(\.php
[解决办法]
\.asp)$ {
             proxy_pass   http://www.abc.com;
         }

热点排行