]> git.openstreetmap.org Git - chef.git/commitdiff
imagery: add mapserver maps config section
authorGrant Slater <github@firefishy.com>
Mon, 2 Dec 2024 14:53:27 +0000 (14:53 +0000)
committerGrant Slater <github@firefishy.com>
Mon, 2 Dec 2024 14:53:27 +0000 (14:53 +0000)
cookbooks/imagery/templates/default/mapserver.conf.erb

index 9758ffbd129282c2c4374dced0aee22641e27262..adaeb9fccec39fa78781a7ccadeb80c728b147d2 100644 (file)
@@ -2,4 +2,8 @@ CONFIG
   ENV
     MS_MAP_PATTERN "^/srv/imagery/mapserver/"
   END
+
+  MAPS
+    # TEST_MAPFILE "/opt/mapserver/test/test.map"
+  END
 END