From a83dd2d119f9432bd6629070856829bcac85e030 Mon Sep 17 00:00:00 2001 From: Vladimir Sazhin Date: Wed, 13 Aug 2014 15:00:14 +0400 Subject: [PATCH] Use relative path for mime.types --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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