/ Published in: Apache
The idea is to use this piece of code inside a virtualhost block
Expand |
Embed | Plain Text
<Proxy *> Order deny,allow Allow from all </Proxy> SSLProxyEngine On ProxyPass / https://<url> ProxyPassReverse / https://<url> ProxyPreserveHost ON
You need to login to post a comment.
