Merge pull request #19 from linuxserver/timeout

This commit is contained in:
Adam 2025-01-01 23:00:10 +00:00 committed by GitHub
commit 2fa2af5b3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ proxy_connect_timeout 240;
proxy_headers_hash_bucket_size 128;
proxy_headers_hash_max_size 1024;
proxy_http_version 1.1;
proxy_read_timeout 240;
proxy_read_timeout 0;
proxy_redirect http:// $scheme://;
proxy_send_timeout 240;