diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-09-07 04:56:17 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-09-07 04:56:17 +0200 |
commit | 71ef7da2f80531797c7c6c6363ffcbf1f54837c0 (patch) | |
tree | a9774a3789afd8cd9b5c2b68c6813fb95ec92780 /host/Rory-nginx/services/nginx/rory.gay/pcpoc.nix | |
parent | Fixes? (diff) | |
download | Rory-Open-Architecture-71ef7da2f80531797c7c6c6363ffcbf1f54837c0.tar.xz |
Fixes!
Diffstat (limited to 'host/Rory-nginx/services/nginx/rory.gay/pcpoc.nix')
-rwxr-xr-x | host/Rory-nginx/services/nginx/rory.gay/pcpoc.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-nginx/services/nginx/rory.gay/pcpoc.nix b/host/Rory-nginx/services/nginx/rory.gay/pcpoc.nix index 509f706..fa2b78b 100755 --- a/host/Rory-nginx/services/nginx/rory.gay/pcpoc.nix +++ b/host/Rory-nginx/services/nginx/rory.gay/pcpoc.nix @@ -11,7 +11,7 @@ # ''; locations = { "/" = { - proxyPass = "http://192.168.100.10:80"; + proxyPass = "http://192.168.100.11:80"; }; }; } \ No newline at end of file |