diff --git a/nginx.conf b/nginx.conf index b4c9126..9078d11 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