Skip to content

Commit 1e70636

Browse files
authored
Merge pull request #21 from linuxserver/timeout
2 parents 2fa2af5 + 6cc2081 commit 1e70636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

root/etc/nginx/proxy.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ proxy_connect_timeout 240;
77
proxy_headers_hash_bucket_size 128;
88
proxy_headers_hash_max_size 1024;
99
proxy_http_version 1.1;
10-
proxy_read_timeout 0;
10+
proxy_read_timeout 52w;
1111
proxy_redirect http:// $scheme://;
1212
proxy_send_timeout 240;
1313

0 commit comments

Comments
 (0)