Increase read timeout

This commit is contained in:
Ajay Ramachandran 2022-03-07 16:45:31 -05:00 committed by GitHub
parent 0bb6d29932
commit fe6d2e88bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,6 @@ client_max_body_size 10m;
client_body_buffer_size 128k;
proxy_connect_timeout 5s;
#proxy_send_timeout 10;
proxy_read_timeout 6s;
proxy_read_timeout 30s;
proxy_buffers 32 4k;
proxy_http_version 1.1;