aboutsummaryrefslogtreecommitdiff
path: root/src/mime/type_unix.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/mime/type_unix.go')
-rw-r--r--src/mime/type_unix.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mime/type_unix.go b/src/mime/type_unix.go
index 0b247b623a..3a25002842 100644
--- a/src/mime/type_unix.go
+++ b/src/mime/type_unix.go
@@ -20,6 +20,7 @@ var typeFiles = []string{
"/etc/mime.types",
"/etc/apache2/mime.types",
"/etc/apache/mime.types",
+ "/etc/httpd/conf/mime.types",
}
func loadMimeFile(filename string) {