From 48b17ebf6bdc733fa47049ff6a39e527249ae757 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 3 Apr 2025 17:25:52 +0100 Subject: [PATCH] Increase traefik read timeout --- ansible/roles/traefik/files/traefik.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ansible/roles/traefik/files/traefik.yml b/ansible/roles/traefik/files/traefik.yml index a46cde0..3070f11 100644 --- a/ansible/roles/traefik/files/traefik.yml +++ b/ansible/roles/traefik/files/traefik.yml @@ -30,6 +30,9 @@ entryPoints: forwardedHeaders: trustedIPs: - "{{ wireguard.server.ip }}/32" # This is obtained from the connecting `proxy_protocol` + transport: + respondingTimeouts: + readTimeout: 180s traefik: address: :8080