沒用過nginx,我想把xxxx.com 重定向為 xxxx.com/home,在nginx嘗試了以下配置都沒法生效,客戶端是React開發(fā)的SAPrewrite ^/ /home permanent;
rewrite ^/ xxxx.com/home permanent;
location / {
rewrite ^/ /home permanent;
}SAP應(yīng)用,在本地解決路由問題了
- 2 回答
- 0 關(guān)注
- 1382 瀏覽
添加回答
舉報
0/150
提交
取消