Skip to content

Instantly share code, notes, and snippets.

@gaspanik
Forked from soupmatt/zzz_pow.conf
Created February 15, 2013 04:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gaspanik/4958640 to your computer and use it in GitHub Desktop.
Save gaspanik/4958640 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>
@gaspanik
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment