Skip to content

Commit 91c9dbd

Browse files
committed
Add MS_INDEX_TEMPLATE_DIRECTORY setting
1 parent 622942f commit 91c9dbd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

workshop/exercises/mapfiles/mapserver.conf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# MapServer 8.0 Config File
2+
# MapServer Config File
33
#
44
CONFIG
55

@@ -51,7 +51,8 @@ CONFIG
5151
#
5252
# OGC API
5353
#
54-
OGCAPI_HTML_TEMPLATE_DIRECTORY "/usr/local/share/mapserver/ogcapi/templates/html-bootstrap4/"
54+
OGCAPI_HTML_TEMPLATE_DIRECTORY "/usr/local/share/mapserver/ogcapi/templates/html-bootstrap/"
55+
MS_INDEX_TEMPLATE_DIRECTORY "/usr/local/share/mapserver/ogcapi/templates/html-index-bootstrap/"
5556
MS_MAP_PATTERN "."
5657
END
5758

0 commit comments

Comments
 (0)