summary refs log tree commit diff
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-05-07 01:12:04 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-05-07 01:12:04 +0200
commit022c7734d4575651df81085a3c6fd84c763e6956 (patch)
treebf992f0c34e598460da86c5534d9f37751814af1
parentmissing semicolon (diff)
downloadRory-Open-Architecture-022c7734d4575651df81085a3c6fd84c763e6956.tar.xz
fix thing
-rwxr-xr-xhost/Rory-nginx/hosts/rory.gay/matrix.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/host/Rory-nginx/hosts/rory.gay/matrix.nix b/host/Rory-nginx/hosts/rory.gay/matrix.nix
index fa4ab07..97b5b7d 100755
--- a/host/Rory-nginx/hosts/rory.gay/matrix.nix
+++ b/host/Rory-nginx/hosts/rory.gay/matrix.nix
@@ -178,7 +178,8 @@
 	locations."/" = {
 		#resolver 127.0.0.11 valid=5s;
 		#set $backend "matrix-synapse:8008";
-		proxyPass = "http://$backend";
+		#proxyPass = "http://$backend";
+    proxyPass = "http://192.168.1.5:8008";
 	};
 
 	locations."~ ^/_matrix/federation/v1/event/" = {
@@ -266,11 +267,11 @@
   };
 
 
-	locations."/" = {
+	#locations."/" = {
 		#resolver 127.0.0.11 valid=5s;
 		#set $backend "matrix-synapse:8048";
 		#proxyPass = "http://$backend";
-	};
+	#};
   
 
   locations."/_synapse/client".proxyPass = "http://192.168.1.5:8008";