From 66d49f160ae5cf3ade32e2ed15df25707c45f33c Mon Sep 17 00:00:00 2001 From: Origami404 Date: Sun, 17 May 2026 14:18:24 +0800 Subject: [PATCH] hosts/oparic: caddy delay propagation --- hosts/oparic-local-dev/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/oparic-local-dev/configuration.nix b/hosts/oparic-local-dev/configuration.nix index 74cd6cb..495b53b 100644 --- a/hosts/oparic-local-dev/configuration.nix +++ b/hosts/oparic-local-dev/configuration.nix @@ -111,6 +111,7 @@ tls { dns cloudflare {file.${config.sops.secrets.caddy_cloudflare_api_key.path}} propagation_timeout -1 + propagation_delay 30s } reverse_proxy localhost:40000 '';