X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/d441e69fed5d0cb98549b10aa66c2637499021da..edd380241e9ba2b750eb9a1f82ffd6feeab6252f:/lib/apache_options.dtl diff --git a/lib/apache_options.dtl b/lib/apache_options.dtl index 072e3f8..c678d47 100644 --- a/lib/apache_options.dtl +++ b/lib/apache_options.dtl @@ -15,3 +15,6 @@ extern val set_options : [apache_option] -> [^Vhost]; extern val unset_options : [apache_option] -> [^Vhost]; {{Specify some options to be set or unset, leaving the rest as they are.}} +extern val directoryIndex : [no_spaces] -> [^Vhost]; +{{Give the list of filenames to try for the default page of a directory, to be + considered in the order given.}}