From f4bc3a9dc606ae0d49078c7a399e921377f78bbc Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Mon, 31 Jan 2011 17:06:10 -0800 Subject: [PATCH] associate mime.types file with nginx --- mime.types => nginx-mime.types | 0 nginx.conf | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename mime.types => nginx-mime.types (100%) 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;