Skip to content

Instantly share code, notes, and snippets.

@aheritier
Created August 9, 2012 12:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aheritier/3303615 to your computer and use it in GitHub Desktop.
Save aheritier/3303615 to your computer and use it in GitHub Desktop.
RP apache Nexus
RewriteEngine On
ProxyRequests Off
ProxyPreserveHost On
ProxyVia On
ProxyPass / http://127.0.0.1:20010/ acquire=1000 retry=30
ProxyPassReverse / http://127.0.0.1:20010/
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment