Skip to content

Commit

Permalink
Merge pull request #57 from kalxas/proxy
Browse files Browse the repository at this point in the history
Adding proxy base url to global.xml
  • Loading branch information
Alessio Fabiani authored Jan 12, 2017
2 parents 64f1599 + 044cb16 commit 671e8fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/webapp/data/global.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<charset>UTF-8</charset>
<numDecimals>8</numDecimals>
<onlineResource>http://geoserver.org</onlineResource>
<proxyBaseUrl>http://localhost:8080/geoserver</proxyBaseUrl>
<verbose>false</verbose>
<verboseExceptions>false</verboseExceptions>
<metadata>
Expand Down Expand Up @@ -44,4 +45,4 @@
<xmlExternalEntitiesEnabled>false</xmlExternalEntitiesEnabled>
<webUIMode>DEFAULT</webUIMode>
<resourceErrorHandling>SKIP_MISCONFIGURED_LAYERS</resourceErrorHandling>
</global>
</global>

0 comments on commit 671e8fe

Please sign in to comment.