work around nginx keepalive configuration bug
https://trac.nginx.org/nginx/ticket/2012
This commit is contained in:
parent
6a0e6def49
commit
3ab9e97549
@ -100,7 +100,10 @@ http {
|
||||
listen 80 default_server backlog=4096;
|
||||
listen [::]:80 default_server backlog=4096;
|
||||
keepalive_timeout 0;
|
||||
return 404;
|
||||
# https://trac.nginx.org/nginx/ticket/2012
|
||||
location / {
|
||||
return 404;
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
|
Loading…
x
Reference in New Issue
Block a user