Skip to content

Instantly share code, notes, and snippets.

@iphoting
iphoting / zzz_pow.conf
Created June 12, 2012 16:05 — forked from soupmatt/zzz_pow.conf
Apache reverse proxy config for pow
<VirtualHost *:80>
ServerName pow
ServerAlias *.dev *.xip.io
<Proxy *>
Order allow,deny
Allow from all
</Proxy>
ProxyRequests Off