ProxyPass / https://example.com/ ProxyRemote https://example.com/ http://proxy:8080
安装程序通过代理工作,但使用mod_firehose我看到mod_proxy修改url以包括完整的主机名。 所以,而不是
GET /something HTTP/1.1
example.com看到:
GET https://examples.com/something HTTP/1.1
有什么办法可以避免这种情况,并保持相对的url?