Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jun 25, 2025. It is now read-only.

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)

AltStyle によって変換されたページ (->オリジナル) /