多个项目的nginx设置,包括使用browserhistory反应SPA

时间:2017-08-03 11:00:55

标签: php reactjs nginx routes browser-history

目前我有三个项目,我想在同一个域上运行。

根目录/ home / theme(html + css + php)

第一个目录/ home / community(与browserhistory一起反应,所以所有路径都应该重定向到index.html)

第二个目录/ home / api(node express)

域名wwww.xyz.com

因此www.example.com/community/*应该访问社区目录。

但是browserHistory.replace(' / login')将我重定向到www.example.com/login而不是www.example.com/community/login。

域名www.example.com.anything / else / here / community /应使用react routing重定向到here in the Options sectionhttp://www.example.com/anything/else/here/community/login应指向主题目录,http://www.example.com/anything/else/here/应指向api目录

0 个答案:

没有答案