Skip to content

Instantly share code, notes, and snippets.

@Niemi
Created April 30, 2014 08:21
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 Niemi/61b84fc45f8bfc09cf45 to your computer and use it in GitHub Desktop.
Save Niemi/61b84fc45f8bfc09cf45 to your computer and use it in GitHub Desktop.
ProxyRequests Off
ProxyPreserveHost On
<Proxy *>
AddDefaultCharset Off
Order deny,allow
Allow from all
</Proxy>
ProxyPass /myapp ajp://{{IPaddr}}:8009/myapp
ProxyPassReverse /myapp ajp://{{IPaddr}}:8009/myapp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment