Skip to content

Instantly share code, notes, and snippets.

@whalec
Created July 5, 2011 00:59
Show Gist options
  • Save whalec/1064119 to your computer and use it in GitHub Desktop.
Save whalec/1064119 to your computer and use it in GitHub Desktop.
ProxyRequests Off
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPass /app http://foo.heroku.com
ProxyPassReverse /app http://foo.heroku.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment