From 63fcd98682cc11ce260b0b1fbb050eeccb4f2d9e Mon Sep 17 00:00:00 2001 From: Elias Ahokas Date: Mon, 16 Feb 2026 13:57:02 +0200 Subject: [PATCH] remove auth header --- conf/Caddyfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/conf/Caddyfile b/conf/Caddyfile index ebecc46..9f7dcae 100644 --- a/conf/Caddyfile +++ b/conf/Caddyfile @@ -15,7 +15,9 @@ ai.sirian.me { sirian $2a$14$tPqMg9z7RJxc/E2jRXxr.O.EX1.Z/btSOq8YNr/WwCoJv.iF0HjUm } - reverse_proxy 172.16.0.2:3000 + reverse_proxy 172.16.0.2:3000 { + header_up -Authorization + } } www.ahokas.me, ahokas.dev {