没用过nginx,我想把xxxx.com 重定向为 xxxx.com/home,在nginx尝试了以下配置都没法生效,客户端是React开发的SAP
rewrite ^/ /home permanent;
rewrite ^/ xxxx.com/home permanent;
location / {
rewrite ^/ /home permanent;
}
SAP应用,在本地解决路由问题了
没用过nginx,我想把xxxx.com 重定向为 xxxx.com/home,在nginx尝试了以下配置都没法生效,客户端是React开发的SAP
rewrite ^/ /home permanent;
rewrite ^/ xxxx.com/home permanent;
location / {
rewrite ^/ /home permanent;
}
SAP应用,在本地解决路由问题了
15 回答8.4k 阅读
2 回答2.4k 阅读✓ 已解决
1 回答1.8k 阅读✓ 已解决
1 回答1.1k 阅读✓ 已解决
3 回答908 阅读
1 回答644 阅读
1 回答781 阅读
用这个一句就搞定了
上面的不用加