diff artifacts/doc/conf/conf.xml @ 9755:0834c2591e14 3.2.x

Route MapServer through wiki container This reduces the need for local configuration changes to get a working Docker-based setup.
author Tom Gottfried <tom@intevation.de>
date Wed, 12 Oct 2022 12:53:36 +0200
parents cd07130ded8d
children
line wrap: on
line diff
--- a/artifacts/doc/conf/conf.xml	Wed Oct 12 10:45:13 2022 +0200
+++ b/artifacts/doc/conf/conf.xml	Wed Oct 12 12:53:36 2022 +0200
@@ -321,7 +321,8 @@
 
     <!-- MapServer integration -->
     <mapserver>
-        <server path="http://localhost:8081/cgi-bin/"/>
+        <!-- Can be absolute URL or just path if on the same host as client -->
+        <server path="/cgi-bin/"/>
         <!-- Directory where generated mapfiles and shapefiles will be stored -->
         <mapfiles path="${artifacts.config.dir}/../artifacts-data/mapserver/"/>
         <templates path="${artifacts.config.dir}/mapserver/"/>

http://dive4elements.wald.intevation.org