diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-08-07 08:56:29 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-08-07 08:56:35 +0200 |
commit | d7533442f3f5238e6aaebbaead9214beab040848 (patch) | |
tree | 79f1e38beef6b3ddfbe2a872843ca592ca8112dd /program/lib | |
parent | 371f7ca443081e6300e7971600b077ede4aec181 (diff) |
Add default location for mime.types with nginx
Diffstat (limited to 'program/lib')
-rw-r--r-- | program/lib/Roundcube/rcube_mime.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/lib/Roundcube/rcube_mime.php b/program/lib/Roundcube/rcube_mime.php index 370d5a8d5..14bc48336 100644 --- a/program/lib/Roundcube/rcube_mime.php +++ b/program/lib/Roundcube/rcube_mime.php @@ -822,6 +822,7 @@ class rcube_mime $file_paths[] = '/etc/httpd2/mime.types'; $file_paths[] = '/etc/apache/mime.types'; $file_paths[] = '/etc/apache2/mime.types'; + $file_paths[] = '/etc/nginx/mime.types'; $file_paths[] = '/usr/local/etc/httpd/conf/mime.types'; $file_paths[] = '/usr/local/etc/apache/conf/mime.types'; } |