Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save algotrader-dotcom/5a7e15f91b65554c3a5f to your computer and use it in GitHub Desktop.
Save algotrader-dotcom/5a7e15f91b65554c3a5f to your computer and use it in GitHub Desktop.
Apache reverse proxy redirect loop with special character plus (+) on URL
# Just add nocanon as below
<Location /example/>
ProxyPass http://anotherserver:8080/example/ nocanon
</Location
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment