From 2b54cd3b48f341ecdb7042025ca068aca629f8b1 Mon Sep 17 00:00:00 2001 From: kat Date: Sun, 17 Jul 2022 21:20:33 -0700 Subject: [PATCH] fix: keycloak relative path --- services/keycloak.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/keycloak.nix b/services/keycloak.nix index da0edd37..0cb18e33 100644 --- a/services/keycloak.nix +++ b/services/keycloak.nix @@ -16,7 +16,7 @@ in { proxy = "edge"; hostname = "auth.kittywit.ch"; hostname-strict = false; - http-relative-path = "/"; + http-relative-path = "/auth"; hostname-strict-backchannel = true; https-key-store-file = "/var/lib/acme/domain-auth/trust-store.jks"; https-key-store-password = keystore-pass;