mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
hosts/plover: update Keycloak service locations
This commit is contained in:
parent
5e8c65b70e
commit
a0e0dc5870
@ -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}" = {
|
||||
|
Loading…
Reference in New Issue
Block a user