diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-02-09 10:30:27 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-02-09 10:30:27 -0200 |
commit | 6e3631546f71eab5846de4ce653251084aa400fc (patch) | |
tree | b4204431327c9905dc2f8ba21f46ed45e2d0ba24 /templates | |
parent | 8a3e9fcb53d3c9e876535e0d262a469ed446f2ff (diff) | |
download | puppet-apache-6e3631546f71eab5846de4ce653251084aa400fc.tar.gz puppet-apache-6e3631546f71eab5846de4ce653251084aa400fc.tar.bz2 |
More style on indexes
Diffstat (limited to 'templates')
-rw-r--r-- | templates/autoindex.conf.erb | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/templates/autoindex.conf.erb b/templates/autoindex.conf.erb index 9d21242..b04bc79 100644 --- a/templates/autoindex.conf.erb +++ b/templates/autoindex.conf.erb @@ -3,7 +3,24 @@ # Directives controlling the display of server-generated directory listings. # -IndexOptions FancyIndexing VersionSort SuppressDescription XHTML HTMLTable FoldersFirst NameWidth=* Charset=UTF-8 +Options Indexes FollowSymLinks + +IndexOptions FancyIndexing +IndexOptions VersionSort +IndexOptions HTMLTable +IndexOptions FoldersFirst +IndexOptions IconsAreLinks +IndexOptions IgnoreCase +IndexOptions SuppressDescription +IndexOptions SuppressHTMLPreamble +IndexOptions XHTML +IndexOptions IconWidth=16 +IndexOptions IconHeight=16 +IndexOptions NameWidth=* +IndexOptions Charset=UTF-8 +IndexOrderDefault Descending Name +HeaderName /icons/header.html +ReadmeName /icons/footer.html # AddIcon* directives tell the server which icon to show for different # files or filename extensions. These are only displayed for |