nginx 多条件转发配置问题

40 views
Skip to first unread message

rain67

unread,
Apr 5, 2012, 2:54:27 PM4/5/12
to cnginx
一个网站
http://www.abc.com
想要访问者转发到
rewrite to http://www.cba.com
如果带参数
http://www.abc.com/?qid=XXXX.....
则转发到
rewrite to http://111.111.111.111/?qid=XXXX....
如果haha.php后面带参数
http://www.abc.com/haha.php?qid=XXXX....
则转发到
rewrite to http://111.111.111.111/haha.php?qid=XXXX....

应该如何配置nginx.conf呢
谢谢

Delta Yeh

unread,
Apr 6, 2012, 1:21:53 AM4/6/12
to cng...@googlegroups.com
www.abc.comwww.cba.com 跨站点了,
用nginx_lua,配合302转发。

> --
> 您收到此邮件是因为您订阅了 Google 网上论坛的“cnginx”论坛。
> 要向此网上论坛发帖,请发送电子邮件至 cng...@googlegroups.com
> 要取消订阅此网上论坛,请发送电子邮件至 cnginx+un...@googlegroups.com
> 若有更多问题,请通过 http://groups.google.com/group/cnginx?hl=zh-CN 访问此网上论坛。
>

姚伟斌

unread,
Apr 9, 2012, 9:20:50 AM4/9/12
to cng...@googlegroups.com
就用rewrite就可以实现了,都是302重定向。
Reply all
Reply to author
Forward
0 new messages