associate mime.types file with nginx
This commit is contained in:
parent
ec01439e22
commit
f4bc3a9dc6
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue