Skip to content

Commit 9f3a822

Browse files
committed
Increase keepalive timeout value
1 parent f318539 commit 9f3a822

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nginx.local.conf

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

1011
server {

0 commit comments

Comments
 (0)