Comment out incorrect mime.types location

This commit is contained in:
dannyrb 2019-05-06 16:00:25 -04:00
parent a4933447ec
commit 93624f9941

View File

@ -14,7 +14,7 @@ events {
# http://nginx.org/en/docs/http/ngx_http_core_module.html
http {
#
include mime.types;
# include nginx/conf/mime.types
default_type application/octet-stream;
keepalive_timeout 65;
keepalive_requests 100000;