Created
July 5, 2011 00:59
-
-
Save whalec/1064119 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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