Skip to content

Instantly share code, notes, and snippets.

@jdsimcoe
Forked from soupmatt/zzz_pow.conf
Created May 9, 2014 22:21
Show Gist options
  • Save jdsimcoe/00c19fe0af381034b2ae to your computer and use it in GitHub Desktop.
Save jdsimcoe/00c19fe0af381034b2ae to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName pow
ServerAlias *.dev
ServerAlias *.xip.io
ProxyPass / http://localhost:20559/
ProxyPassReverse / http://localhost:20559/
ProxyPreserveHost On
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment