hosts/plover: update Keycloak service locations

This commit is contained in:
Gabriel Arazas 2023-02-13 09:50:50 +08:00
parent 5e8c65b70e
commit a0e0dc5870
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

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