diff --git a/mime.types b/nginx-mime.types similarity index 100% rename from mime.types rename to nginx-mime.types diff --git a/nginx.conf b/nginx.conf index 6343116..9756886 100644 --- a/nginx.conf +++ b/nginx.conf @@ -37,7 +37,7 @@ pid logs/nginx.pid; http { # Set the mime-types via the mime.types external file - include mime.types; + include nginx-mime.types; # And the fallback mime-type default_type application/octet-stream;