【发布时间】:2016-07-05 06:28:01
【问题描述】:
我的 Spring Boot 应用程序使用代理在 apache 上运行。它还通过安全连接运行。 Apache 虚拟主机配置为:
ProxyPreserveHost On
ProxyPass / https://localhost:8443/
ProxyPassReverse / https://localhost:8443/
我想在文件夹/gettweets 中提供静态内容,这样当用户访问https://myurl/gettweet 时会调用索引php 文件。
我该如何做到这一点?
【问题讨论】: