Skip to content

Instantly share code, notes, and snippets.

@marr
Created September 23, 2015 19:06
Show Gist options
  • Save marr/cbb53fa59a763743f6ec to your computer and use it in GitHub Desktop.
Save marr/cbb53fa59a763743f6ec to your computer and use it in GitHub Desktop.
<VirtualHost *:8081>
<IfModule mod_proxy.c>
ProxyPass / http://127.0.0.1:8080/
ProxyPreserveHost On
</IfModule>
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment