diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-09-07 01:07:02 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-09-07 01:07:02 +0200 |
commit | 5671d486b81892cc727fddf3f4713c08ab17b3a6 (patch) | |
tree | 1f57929f68e65f12833250437c6e47c4733e7c21 /host/Rory-nginx/services/nginx | |
parent | Add nginx to container (diff) | |
download | Rory-Open-Architecture-5671d486b81892cc727fddf3f4713c08ab17b3a6.tar.xz |
Fix ip of bots.rory.gay
Diffstat (limited to 'host/Rory-nginx/services/nginx')
-rwxr-xr-x | host/Rory-nginx/services/nginx/rory.gay/bots.nix | 2 |
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 |