mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-08 20:47:02 +03:00
Increase read timeout
This commit is contained in:
committed by
GitHub
parent
0bb6d29932
commit
fe6d2e88bd
@@ -7,6 +7,6 @@ client_max_body_size 10m;
|
|||||||
client_body_buffer_size 128k;
|
client_body_buffer_size 128k;
|
||||||
proxy_connect_timeout 5s;
|
proxy_connect_timeout 5s;
|
||||||
#proxy_send_timeout 10;
|
#proxy_send_timeout 10;
|
||||||
proxy_read_timeout 6s;
|
proxy_read_timeout 30s;
|
||||||
proxy_buffers 32 4k;
|
proxy_buffers 32 4k;
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
|
|||||||
Reference in New Issue
Block a user