From e5cde5371ef436afdeadbcb93d3f6d80777b5cd7 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Sun, 25 Jan 2026 06:50:52 +0100 Subject: [PATCH] readtimeout fix --- modules/traefik.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/traefik.nix b/modules/traefik.nix index 7c470a5..13270d6 100644 --- a/modules/traefik.nix +++ b/modules/traefik.nix @@ -30,6 +30,7 @@ }; websecure = { address = ":443"; + transport.respondingTimeouts.readTimeout = "0s"; }; mongodb = { address = ":27017";