From 074ee66eb02ad1e142dbd909b9fff7fe802dfb5e Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 16 May 2022 11:19:22 +0200 Subject: fix(tazjin/nixos): force tgsa proxying over IPv4 Change-Id: I5b77d1c3a7e19144c0002d2b6f909317cfc62092 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5613 Reviewed-by: tazjin Autosubmit: tazjin Tested-by: BuildkiteCI --- users/tazjin/nixos/modules/tgsa.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users/tazjin/nixos/modules') diff --git a/users/tazjin/nixos/modules/tgsa.nix b/users/tazjin/nixos/modules/tgsa.nix index 82b2bec44a..ac6d940c2a 100644 --- a/users/tazjin/nixos/modules/tgsa.nix +++ b/users/tazjin/nixos/modules/tgsa.nix @@ -18,7 +18,7 @@ forceSSL = true; locations."/" = { - proxyPass = "http://localhost:8472"; + proxyPass = "http://127.0.0.1:8472"; }; }; } -- cgit 1.4.1