Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找通过 nginx 提供 tomcat webapp 的服务,并且我的主页运行良好。但是,来自主页的链接包含在 tomcat 中提供的相关链接。是否可以从此相对链接中删除已知字符串。
例如
new.site.com -到 localhost:8080/myapp/ newsite 的主页代理
但这然后包含此作为示例链接: new.site.com/myapp/newsite/about
我希望能够从 URL 中删除“myapp/newsite/”。