同一域名下的两个前端页面问题

用nginx做反向代理 部署两个vue页面
第一个:


第二个:
462 Forbidden Region - DOSarrest Internet Security http://test.com/tstudent

访问第二个页面进行操作后,浏览器刷新页面会直接跳转的
462 Forbidden Region - DOSarrest Internet Security http://test.com/
下 ,该如何修改?

   http://localhost:8080/app ==> app项目

   http://localhost:8080/pc ==> pc项目
 用例子大概说明一下:

     如上面例子需要将http:localhost:8080/app 跳转到 http://localhost:8066中的变化其实就是

        http:localhost:8080/app ---> http://localhost:8066/app 这样的一个过程

      所以我们需要在建一个目录,目录名对应的就是 的app 也可以是 bpp、cpp
想要了解更多,请关注我