Skip to content

Instantly share code, notes, and snippets.

@neogis-de
Forked from jacobandresen/mod_proxy geoserver
Last active August 29, 2015 14:16
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 neogis-de/a3591eb9b1eb7b0b0d72 to your computer and use it in GitHub Desktop.
Save neogis-de/a3591eb9b1eb7b0b0d72 to your computer and use it in GitHub Desktop.
ProxyRequests Off
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPass /geoserver http://localhost:8080/geoserver
ProxyPreserveHost On
ProxyStatus On
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment