about summary refs log tree commit diff
path: root/users
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-05-16T09·19+0200
committerclbot <clbot@tvl.fyi>2022-05-16T09·21+0000
commit074ee66eb02ad1e142dbd909b9fff7fe802dfb5e (patch)
tree7c20eacf66b261780cfb391e8411fa8750710adc /users
parent9b395edaa558ec0f29c01d43e1479b43464d09bd (diff)
fix(tazjin/nixos): force tgsa proxying over IPv4 r/4080
Change-Id: I5b77d1c3a7e19144c0002d2b6f909317cfc62092
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5613
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Diffstat (limited to 'users')
-rw-r--r--users/tazjin/nixos/modules/tgsa.nix2
1 files changed, 1 insertions, 1 deletions
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";
     };
   };
 }