From ebdd23f871d6c8dabc170c16f70c15cd3b07ab37 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 18 May 2026 13:37:47 -0400 Subject: fix caddy forward auth redirect --- roles/common/files/Caddyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/common') diff --git a/roles/common/files/Caddyfile b/roles/common/files/Caddyfile index 9850012..fd74199 100644 --- a/roles/common/files/Caddyfile +++ b/roles/common/files/Caddyfile @@ -62,7 +62,7 @@ (protect) { forward_auth https://forward.auth.in.freya.cat { - uri / + uri /?redirect={scheme}://{host}{uri} header_up Host forward.auth.in.freya.cat copy_headers { X-Webauth-Username X-Webauth-Email X-Webauth-First-Name X-Webauth-Last-Name -- cgit v1.3.1-freya