associate mime.types file with nginx

This commit is contained in:
Paul Irish 2011-01-31 17:06:10 -08:00
parent ec01439e22
commit f4bc3a9dc6
2 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ pid logs/nginx.pid;
http { http {
# Set the mime-types via the mime.types external file # Set the mime-types via the mime.types external file
include mime.types; include nginx-mime.types;
# And the fallback mime-type # And the fallback mime-type
default_type application/octet-stream; default_type application/octet-stream;