This commit is contained in:
Grisha Shipunov 2025-01-19 20:47:09 +01:00
parent 76e043171c
commit d97549d794
3 changed files with 17 additions and 14 deletions

View file

@ -2,8 +2,8 @@
{
services.nginx.upstreams.keycloak = {
servers = {
"10.89.88.11:38080" = {};
"[fd31:185d:722f::11]:38080" = {};
"10.89.88.11:38080" = { };
"[fd31:185d:722f::11]:38080" = { };
};
};