Include mime.types without the server crashing
This commit is contained in:
parent
cccbe235e0
commit
0a61ef1bb5
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user