[vaultwarden] add forward proxy through vpn

This commit is contained in:
2026-01-26 21:13:09 +01:00
parent 4f6acde34b
commit 2d9e65442e
3 changed files with 29 additions and 0 deletions

View File

@@ -57,6 +57,17 @@ in
};
};
services.nginx.virtualHosts."keys.malobeo.org" = {
forceSSL = true;
enableACME= true;
locations."/" = {
proxyPass = "http://10.0.0.10";
extraConfig = ''
'';
};
};
services.nginx.virtualHosts."grafana.malobeo.org" = {
forceSSL = true;
enableACME= true;