diff --git a/machines/pedro/nginx.nix b/machines/pedro/nginx.nix index 720c616..5d981a5 100644 --- a/machines/pedro/nginx.nix +++ b/machines/pedro/nginx.nix @@ -9,7 +9,7 @@ proxy_buffering off; ''; locations."/" = { - proxyPass = "http://[::1]:${toString ip}"; + proxyPass = "http://127.0.0.1:${toString ip}"; proxyWebsockets = true; }; }; @@ -17,6 +17,6 @@ "home.jhink.org" = simpleProxy 8123; "git.jhink.org" = simpleProxy 3000; "paperless.jhink.org" = simpleProxy 8000; - #"vault.jhink.org" = simpleProxy 8081; + "vault.jhink.org" = simpleProxy 8222; }; }