summary refs log tree commit diff
path: root/host/Rory-nginx/services/nginx
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-09-07 01:07:02 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-09-07 01:07:02 +0200
commit5671d486b81892cc727fddf3f4713c08ab17b3a6 (patch)
tree1f57929f68e65f12833250437c6e47c4733e7c21 /host/Rory-nginx/services/nginx
parentAdd nginx to container (diff)
downloadRory-Open-Architecture-5671d486b81892cc727fddf3f4713c08ab17b3a6.tar.xz
Fix ip of bots.rory.gay
Diffstat (limited to 'host/Rory-nginx/services/nginx')
-rwxr-xr-xhost/Rory-nginx/services/nginx/rory.gay/bots.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-nginx/services/nginx/rory.gay/bots.nix b/host/Rory-nginx/services/nginx/rory.gay/bots.nix
index f18a402..7652dc9 100755
--- a/host/Rory-nginx/services/nginx/rory.gay/bots.nix
+++ b/host/Rory-nginx/services/nginx/rory.gay/bots.nix
@@ -3,7 +3,7 @@
   addSSL = true;
   locations = {
     "/" = {
-      proxyPass = "http://192.168.1.50:5033";
+      proxyPass = "http://127.0.0.1:5033";
     };
   };
 }
\ No newline at end of file