diff --git a/nginx.conf b/nginx.conf index 3e777f4..dacd9d9 100644 --- a/nginx.conf +++ b/nginx.conf @@ -35,7 +35,7 @@ http { server_tokens off; # Define the MIME types for files. - include /etc/nginx/mime.types; + include mime.types; default_type application/octet-stream; # Update charset_types due to updated mime.types