fix authelia snippets
Some checks failed
/ build hive configuration (push) Successful in 9m47s
/ perform flake analysis (push) Failing after 3h14m48s

This commit is contained in:
shobu
2026-01-23 23:05:58 +01:00
parent 2db673093e
commit 7e3186e632

View File

@@ -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 {