[fanny] fix keys.malobeo.org proxypass

This commit is contained in:
2026-02-20 23:49:04 +01:00
parent 66a0433148
commit e32c1f31bc

View File

@@ -213,7 +213,7 @@ in
virtualHosts."keys.malobeo.org" = {
locations."/" = {
proxyPass = "http://10.0.0.16";
proxyPass = "http://${hosts.malobeo.hosts.vaultwarden.network.address}";
extraConfig = ''
proxy_set_header Host $host;
'';