fix(services/vault): proxy pass to the local vault server web port

Oopsie, forgot that commit.

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
raito 2024-12-15 16:51:11 +01:00
parent 14f5bc10a1
commit 436882c3eb

View file

@ -46,7 +46,7 @@ in
forceSSL = true; forceSSL = true;
locations."/" = { locations."/" = {
proxyPass = "http://${config.networking.fqdn}:8200"; proxyPass = "http://127.0.0.1:8200";
}; };
}; };
}; };