Skip to content

Instantly share code, notes, and snippets.

@robwent
Created January 19, 2019 20:31
Show Gist options
  • Save robwent/64552c2a246f9a2746ebf9eef6d0f8d0 to your computer and use it in GitHub Desktop.
Save robwent/64552c2a246f9a2746ebf9eef6d0f8d0 to your computer and use it in GitHub Desktop.
Proxy ISPConfig secure domain to the hosting panel port.
<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