Skip to content

Commit

Permalink
Merge pull request #19 from linuxserver/timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad authored Jan 1, 2025
2 parents c3a6c03 + 818baed commit 2fa2af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/etc/nginx/proxy.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 2fa2af5

Please sign in to comment.