From a5f2da1890a0f6808dd4a159a2380ce4075e6cdf Mon Sep 17 00:00:00 2001 From: Lucy Hochkamp Date: Sun, 17 Mar 2024 09:32:01 +0100 Subject: [PATCH] caddy: abort on yeet --- hosts/ds9/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/ds9/default.nix b/hosts/ds9/default.nix index 408de169..981855d7 100644 --- a/hosts/ds9/default.nix +++ b/hosts/ds9/default.nix @@ -180,6 +180,9 @@ in handle @bzzt { reverse_proxy http://127.0.0.1:5002 } + handle { + abort + } ''; };