Skip to content

Instantly share code, notes, and snippets.

@dobbs
Forked from soupmatt/zzz_pow.conf
Created November 27, 2012 14:14
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dobbs/4154421 to your computer and use it in GitHub Desktop.
Save dobbs/4154421 to your computer and use it in GitHub Desktop.
Apache reverse proxy config for pow
<VirtualHost *:80>
ServerName pow
ServerAlias *.dev
ServerAlias *.xip.io
ProxyPassMatch ^/~ !
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