Skip to content

Commit fc7d2c3

Browse files
authored
Merge pull request #851 from code0-tech/increase-client-body-read-timeout
Increase client body read timeout
2 parents d927d85 + 142eeeb commit fc7d2c3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

container/config-generator/templates/nginx.default.conf.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ server {
109109
grpc_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
110110

111111
# Disable buffering for streaming
112+
client_body_timeout 1h;
112113
grpc_read_timeout 1h;
113114
grpc_send_timeout 1h;
114115

0 commit comments

Comments
 (0)