Created
January 19, 2019 20:31
-
-
Save robwent/64552c2a246f9a2746ebf9eef6d0f8d0 to your computer and use it in GitHub Desktop.
Proxy ISPConfig secure domain to the hosting panel port.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Proxy *> | |
Order deny,allow | |
Allow from all | |
</Proxy> | |
SSLProxyEngine On | |
ProxyRequests On | |
ProxyPreserveHost On | |
ProxyPass /stats ! | |
ProxyPass / https://127.0.0.1:8080/ | |
ProxyPassReverse / https://127.0.0.1:8080/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment