Skip to content

Instantly share code, notes, and snippets.

@masuidrive
Created May 1, 2011 09:30
Show Gist options
  • Save masuidrive/950371 to your computer and use it in GitHub Desktop.
Save masuidrive/950371 to your computer and use it in GitHub Desktop.
reverse-3000.conf
ProxyRequests Off
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPass / http://localhost:3000/
ProxyPassReverse / http://localhost:3000/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment