services/vaultwarden: pass to ipv4 local
This commit is contained in:
parent
594bfb53a6
commit
a65bce3052
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue