From a0e0dc587058a7ce1c6321c06b59dd6b46d5a199 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Mon, 13 Feb 2023 09:50:50 +0800 Subject: [PATCH] hosts/plover: update Keycloak service locations --- hosts/plover/modules/services/keycloak.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/plover/modules/services/keycloak.nix b/hosts/plover/modules/services/keycloak.nix index dd64992d..6a0e3b38 100644 --- a/hosts/plover/modules/services/keycloak.nix +++ b/hosts/plover/modules/services/keycloak.nix @@ -87,7 +87,8 @@ in lib.listToAttrs (lib.lists.map (appPath: lib.nameValuePair appPath { proxyPass = keycloakPath appPath; }) - [ "/js/" "/realms/" "/resources/" "/robots.txt" ]); + [ "/js/" "/realms/" "/resources/" "/robots.txt" ]) + // { "/".return = "444"; }; }; "${authInternalDomain}" = {