Skip to content

Commit 12133ad

Browse files
committed
Deleted timeouts. This conf will be used only for GET/HEAD ops
1 parent 9f3a822 commit 12133ad

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

nginx.local.conf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ http {
55
upstream elasticsearch {
66
server localhost:9200;
77
keepalive 15;
8-
keepalive_timeout 600s
98
}
109

1110
server {
@@ -18,7 +17,6 @@ http {
1817
proxy_set_header Connection "Keep-Alive";
1918
proxy_set_header Proxy-Connection "Keep-Alive";
2019
proxy_set_header Host http://localhost;
21-
proxy_read_timeout 600s;
2220
}
2321
}
2422
}

0 commit comments

Comments
 (0)