首頁  >  問答  >  主體

nginx 多域名rewrite問題

1、請求轉送:

https://abc.*.*/test.do转发至https://efg.*.*/hij/haha/test.do

2、要求:

1.abc.*.*与efg.*.*域名对应,如abc.test.com-->efg.test.com, abc.top.com-->efg.top.com
2.转发时追加参数from=testargs

3、nginx配置

server
{
    listen       443;
    server_name  abc.test.com;
    server_name  abc.top.com;
    server_name  res.abc.top.com;
    server_name  abc.77676.com;
    server_name  abc.446464.com;
    server_name  abc.46464.com;
    server_name  abc.787873.com;
    ……

這種rewrite要怎麼寫?謝謝。

过去多啦不再A梦过去多啦不再A梦2713 天前461

全部回覆(1)我來回復

  • 阿神

    阿神2017-05-16 17:18:00

    雷雷

    回覆
    0
  • 取消回覆