mirror of
https://github.com/linuxserver/docker-socket-proxy.git
synced 2026-03-23 00:05:53 +08:00
Remove proxy read timeout to stop issues with log tailing
This commit is contained in:
parent
c3a6c03990
commit
818baedfe1
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user