Comment out incorrect mime.types location
This commit is contained in:
parent
a4933447ec
commit
93624f9941
@ -14,7 +14,7 @@ events {
|
|||||||
# http://nginx.org/en/docs/http/ngx_http_core_module.html
|
# http://nginx.org/en/docs/http/ngx_http_core_module.html
|
||||||
http {
|
http {
|
||||||
#
|
#
|
||||||
include mime.types;
|
# include nginx/conf/mime.types
|
||||||
default_type application/octet-stream;
|
default_type application/octet-stream;
|
||||||
keepalive_timeout 65;
|
keepalive_timeout 65;
|
||||||
keepalive_requests 100000;
|
keepalive_requests 100000;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user