about summary refs log tree commit diff
path: root/users
diff options
context:
space:
mode:
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";
     };
   };
 }