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:
parent
14f5bc10a1
commit
436882c3eb
|
@ -46,7 +46,7 @@ in
|
|||
forceSSL = true;
|
||||
|
||||
locations."/" = {
|
||||
proxyPass = "http://${config.networking.fqdn}:8200";
|
||||
proxyPass = "http://127.0.0.1:8200";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue