/ Published in: Apache
The idea is to use this piece of code inside a virtualhost block
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<Proxy *> Order deny,allow Allow from all </Proxy> SSLProxyEngine On ProxyPass / https://<url> ProxyPassReverse / https://<url> ProxyPreserveHost ON