Skip to content

Instantly share code, notes, and snippets.

@bezerker
Created March 21, 2013 12:37
Show Gist options
  • Save bezerker/5212713 to your computer and use it in GitHub Desktop.
Save bezerker/5212713 to your computer and use it in GitHub Desktop.
External host config:
ProxyRequests On
ProxyPreserveHost On
ProxyVia full
<Proxy>
Order deny,allow
Allow from all
</Proxy>
ProxyPass / http://192.168.10.12/
ProxyPassReverse / http://192.168.10.12
on the zm box:
RewriteEngine on
RewriteRule ^/$ /zm/ [R]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment