Skip to content

Commit

Permalink
Fix proxyBaseUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
mrauhala committed Jan 6, 2024
1 parent 61b02b4 commit 402d4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2.24/first-run-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ fi


if [ -n "$GEOSERVER_PROXY_BASE_URL" ]; then
api PUT /settings "<settings><proxyBaseUrl>$GEOSERVER_PROXY_BASE_URL</proxyBaseUrl></settings>"
api PUT /settings "<global><settings><proxyBaseUrl>$GEOSERVER_PROXY_BASE_URL</proxyBaseUrl></settings></global>"
fi

if [ -n "$GEOSERVER_WMS_TITLE" ]; then
Expand Down

0 comments on commit 402d4ff

Please sign in to comment.