From d7ff8ae3d88ba034ce45aeba0ed63ff256e118a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Sat, 30 Nov 2024 19:25:01 +0100 Subject: [PATCH] Fix the OGC server name --- tilegeneration/config.yaml.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tilegeneration/config.yaml.tmpl b/tilegeneration/config.yaml.tmpl index e068b78d9..76bd80065 100644 --- a/tilegeneration/config.yaml.tmpl +++ b/tilegeneration/config.yaml.tmpl @@ -44,7 +44,7 @@ defaults: # the URL of the WMS server to used url: ${MAPSERVER_URL} params: - ogcserver: Main PNG + ogcserver: MapServer # Set the headers to get the right virtual host, and don't get any cached result headers: Host: '${VISIBLE_WEB_HOST}'