Skip to content

Commit

Permalink
Fix too short kela timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
vesameskanen committed Dec 19, 2023
1 parent f3cdcbb commit e3bc53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.conf
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ location /routing/v2-kela/routers/kela {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
# proxy_set_header X-Forwarded-Host $host;
proxy_read_timeout 11500ms;
proxy_read_timeout 29500ms;
}

location /routing/v2/routers/hsl {
Expand Down

0 comments on commit e3bc53b

Please sign in to comment.