From da92cf8f9f482c1c1b78124a063b562514838425 Mon Sep 17 00:00:00 2001 From: Jade Ellis Date: Fri, 24 Jan 2025 20:54:15 +0000 Subject: [PATCH] Increase traefik read timeout to allow uploading larger container images --- servers/traefik/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/servers/traefik/config.yml b/servers/traefik/config.yml index d76064f6..b136aab0 100644 --- a/servers/traefik/config.yml +++ b/servers/traefik/config.yml @@ -28,6 +28,9 @@ entrypoints: # trustedIPs: [] https: address: :443 + transport: + respondingTimeouts: + readTimeout: 600 http3: {} # proxyProtocol: # insecure: false