【发布时间】:2019-04-18 17:46:48
【问题描述】:
我要重定向https://example.com/wp-json/wp/v2/
到
https://anotherDomain.com/wp-json/wp/v2/
我试过了
rewrite ^(/wp-json/wp/v2/.*) $scheme://anotherDomain.com/wp-json/wp/v2/ break;
它重定向到https://anotherDomain.com/wp-json/wp/v2/ 然后不断重定向,重定向循环
【问题讨论】:
标签: url nginx redirect nginx-reverse-proxy