diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-05-26 12:51:06 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-05-26 12:51:06 +0200 |
commit | 2f3bbcc6f70c30f9d40ce579a4711de1ca1a279e (patch) | |
tree | bd4d43a5a4da0a50ec33c4e6949271805e44e112 /host/Rory-nginx/hosts/rory.gay | |
parent | Add missing file (diff) | |
download | Rory-Open-Architecture-2f3bbcc6f70c30f9d40ce579a4711de1ca1a279e.tar.xz |
Fix matrix
Diffstat (limited to 'host/Rory-nginx/hosts/rory.gay')
-rwxr-xr-x | host/Rory-nginx/hosts/rory.gay/matrix.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/Rory-nginx/hosts/rory.gay/matrix.nix b/host/Rory-nginx/hosts/rory.gay/matrix.nix index 97b5b7d..0f8420c 100755 --- a/host/Rory-nginx/hosts/rory.gay/matrix.nix +++ b/host/Rory-nginx/hosts/rory.gay/matrix.nix @@ -179,7 +179,7 @@ #resolver 127.0.0.11 valid=5s; #set $backend "matrix-synapse:8008"; #proxyPass = "http://$backend"; - proxyPass = "http://192.168.1.5:8008"; + proxyPass = "http://127.0.0.1:8008"; }; locations."~ ^/_matrix/federation/v1/event/" = { @@ -274,5 +274,5 @@ #}; - locations."/_synapse/client".proxyPass = "http://192.168.1.5:8008"; + locations."/_synapse/client".proxyPass = "http://127.0.0.1:8008"; } |