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