comparison 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
comparison
equal deleted inserted replaced
9754:cd07130ded8d 9755:0834c2591e14
319 <template>${artifacts.config.dir}/meta-data.xml</template> 319 <template>${artifacts.config.dir}/meta-data.xml</template>
320 </metadata> 320 </metadata>
321 321
322 <!-- MapServer integration --> 322 <!-- MapServer integration -->
323 <mapserver> 323 <mapserver>
324 <server path="http://localhost:8081/cgi-bin/"/> 324 <!-- Can be absolute URL or just path if on the same host as client -->
325 <server path="/cgi-bin/"/>
325 <!-- Directory where generated mapfiles and shapefiles will be stored --> 326 <!-- Directory where generated mapfiles and shapefiles will be stored -->
326 <mapfiles path="${artifacts.config.dir}/../artifacts-data/mapserver/"/> 327 <mapfiles path="${artifacts.config.dir}/../artifacts-data/mapserver/"/>
327 <templates path="${artifacts.config.dir}/mapserver/"/> 328 <templates path="${artifacts.config.dir}/mapserver/"/>
328 </mapserver> 329 </mapserver>
329 &floodmap; 330 &floodmap;

http://dive4elements.wald.intevation.org