nginx重定向

没用过nginx,我想把xxxx.com 重定向为 xxxx.com/home,在nginx尝试了以下配置都没法生效,客户端是React开发的SAP

rewrite ^/ /home permanent;
rewrite ^/ xxxx.com/home permanent;    
location / {    
    rewrite ^/ /home permanent;
}

SAP应用,在本地解决路由问题了


繁星点点滴滴
浏览 1337回答 2
2回答

慕侠2389804

用这个一句就搞定了location / {         rewrite ^/ /home permanent; }
打开App,查看更多内容
随时随地看视频慕课网APP