mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +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.listToAttrs
|
||||||
(lib.lists.map
|
(lib.lists.map
|
||||||
(appPath: lib.nameValuePair appPath { proxyPass = keycloakPath appPath; })
|
(appPath: lib.nameValuePair appPath { proxyPass = keycloakPath appPath; })
|
||||||
[ "/js/" "/realms/" "/resources/" "/robots.txt" ]);
|
[ "/js/" "/realms/" "/resources/" "/robots.txt" ])
|
||||||
|
// { "/".return = "444"; };
|
||||||
};
|
};
|
||||||
|
|
||||||
"${authInternalDomain}" = {
|
"${authInternalDomain}" = {
|
||||||
|
Loading…
Reference in New Issue
Block a user