Skip to content

Instantly share code, notes, and snippets.

@jpluimers
Last active August 19, 2017 06:14
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 jpluimers/450f726d4aa064ce5b0dabd7ac276f84 to your computer and use it in GitHub Desktop.
Save jpluimers/450f726d4aa064ce5b0dabd7ac276f84 to your computer and use it in GitHub Desktop.
maps.weerslag.nl reverse proxy that fails
<Location /maps.weerslag.nl>
ProxyPass http://maps.weerslag.nl
ProxyPassReverse http://maps.weerslag.nl
Require all granted
</Location>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment