Created
October 7, 2015 08:10
-
-
Save algotrader-dotcom/5a7e15f91b65554c3a5f to your computer and use it in GitHub Desktop.
Apache reverse proxy redirect loop with special character plus (+) on URL
This file contains 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
# 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