diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2016-06-04 15:18:07 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2016-06-04 15:18:07 +0000 |
commit | 388583f2e1eddca0fefc96944eb2a73ccb477602 (patch) | |
tree | 46017fccb075ea37004f05a0fca12a8a290026f6 /share/apache/conf | |
parent | Initial commit. (diff) | |
download | open-infrastructure-service-tools-388583f2e1eddca0fefc96944eb2a73ccb477602.tar.xz open-infrastructure-service-tools-388583f2e1eddca0fefc96944eb2a73ccb477602.zip |
Adding upstream version 20160601.upstream/20160601
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'share/apache/conf')
-rw-r--r-- | share/apache/conf/000-apache-icons.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/share/apache/conf/000-apache-icons.conf b/share/apache/conf/000-apache-icons.conf new file mode 100644 index 0000000..bfc6b4c --- /dev/null +++ b/share/apache/conf/000-apache-icons.conf @@ -0,0 +1,5 @@ +<IfModule mod_autoindex.c> + Include /usr/share/apache-icons/default.conf + + DefaultIcon /icons/default.${FORMAT} +</IfModule> |