Include mime.types without the server crashing

This commit is contained in:
dannyrb 2019-05-07 12:36:39 -04:00
parent cccbe235e0
commit 0a61ef1bb5

View File

@ -12,9 +12,9 @@ events {
# Core Modules Docs: # Core Modules Docs:
# 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 '/usr/local/openresty/nginx/conf/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;
tcp_nopush on; tcp_nopush on;