mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 09:07:47 +01:00
Increase read timeout
This commit is contained in:
parent
0bb6d29932
commit
fe6d2e88bd
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue