From 7e3186e6327b0bdf07ff70796559e04aed980999 Mon Sep 17 00:00:00 2001 From: shobu Date: Fri, 23 Jan 2026 23:05:58 +0100 Subject: [PATCH] fix authelia snippets --- hosts/thea/lib/autheliaSnippets.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/thea/lib/autheliaSnippets.nix b/hosts/thea/lib/autheliaSnippets.nix index 70112eb..d7dc484 100644 --- a/hosts/thea/lib/autheliaSnippets.nix +++ b/hosts/thea/lib/autheliaSnippets.nix @@ -1,7 +1,7 @@ { pkgs }: { proxy = pkgs.writeText "proxy.conf" '' - set $upstream_authelia https://sin:9091/api/authz/auth-request; + set $upstream_authelia http://thea:9091/api/authz/auth-request; ## Virtual endpoint created by nginx to forward auth requests. location /internal/authelia/authz {