services/vaultwarden: pass to ipv4 local

This commit is contained in:
LavaDesu 2022-02-27 13:33:41 +07:00
parent 594bfb53a6
commit a65bce3052
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -24,7 +24,7 @@ in {
forceSSL = true;
useACMEHost = "lava.moe";
locations."/".proxyPass = "http://[::1]:8002";
locations."/".proxyPass = "http://localhost:8002";
};
systemd.services.vaultwarden.serviceConfig.ReadWritePaths = [ dir ];