caddy: abort on yeet

This commit is contained in:
Lucy Hochkamp 2024-03-17 09:32:01 +01:00
parent 3c2cfcd1d9
commit a5f2da1890
No known key found for this signature in database

View file

@ -180,6 +180,9 @@ in
handle @bzzt {
reverse_proxy http://127.0.0.1:5002
}
handle {
abort
}
'';
};