diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-06-04 13:14:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-06-04 15:04:43 +0000 |
commit | f43877dea45588255fe6b9a396d795639cb951ba (patch) | |
tree | 82745291bae5b7c484a49adddb328f27a342e521 /share/apache/conf/000-apache-icons.conf | |
parent | Adding common icons. (diff) | |
download | service-tools-f43877dea45588255fe6b9a396d795639cb951ba.tar.xz service-tools-f43877dea45588255fe6b9a396d795639cb951ba.zip |
Adding apache conf files.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-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> |