diff options
Diffstat (limited to 'share/apache')
-rw-r--r-- | share/apache/mods/000-apache-icons.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/apache/mods/000-apache-icons.conf b/share/apache/mods/000-apache-icons.conf index e46259f..e425a6b 100644 --- a/share/apache/mods/000-apache-icons.conf +++ b/share/apache/mods/000-apache-icons.conf @@ -35,11 +35,13 @@ AddIcon /icons/harddisk.${FORMAT} .img + AddIcon /icons/checksum.${FORMAT} .asc .gpg .sign .changes .dsc MD5SUMS SHA1SUMS SHA224SUMS SHA256SUMS SHA384SUMS SHA512SUMS + AddIcon /icons/presentation.${FORMAT} .odp .otp .ppt .pot .pptx .potx .pps .ppsx AddIcon /icons/spreadsheet.${FORMAT} .ods .ots .xls .xlt .xlsx .xltx - AddIcon /icons/text.${FORMAT} .txt .htm .html .shtml .xhtml .asc .gpg .sign .changes .dsc MD5SUMS SHA1SUMS SHA224SUMS SHA256SUMS SHA384SUMS SHA512SUMS + AddIcon /icons/text.${FORMAT} .txt .htm .html .shtml .xhtml AddIconByType (TXT,/icons/text.${FORMAT}) text/* AddIcon (VID,/icons/video.${FORMAT}) .mkv .mp4 .ogm |