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}" = {