Skip to content

Instantly share code, notes, and snippets.

@jamesslock
Created November 8, 2012 15:28
Show Gist options
  • Save jamesslock/4039469 to your computer and use it in GitHub Desktop.
Save jamesslock/4039469 to your computer and use it in GitHub Desktop.
<VirtualHost *:80>
ServerName pow
ServerAlias *.dev
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