diff --git a/machine/vps.nix b/machine/vps.nix index f22c507..3f99ef2 100644 --- a/machine/vps.nix +++ b/machine/vps.nix @@ -60,7 +60,7 @@ enableACME = true; locations = { "/" = { - proxyPass = "http://localhost:8080/"; + proxyPass = "http://127.0.0.1:8080/"; extraConfig = '' add_header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"; '';