summary refs log tree commit diff
path: root/host/Rory-nginx/services/nginx
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-06-09 12:28:09 +0200
committerRory& <root@rory.gay>2024-07-04 14:45:02 +0200
commitc3f12a320c7e7262bc00999b5d62f6f257b8eb67 (patch)
treef852e09cdd482684edd2d6b1d15fa47695876cb7 /host/Rory-nginx/services/nginx
parentServer updates (diff)
downloadRory-Open-Architecture-c3f12a320c7e7262bc00999b5d62f6f257b8eb67.tar.xz
Bunch of changes
Diffstat (limited to 'host/Rory-nginx/services/nginx')
-rw-r--r--host/Rory-nginx/services/nginx/localhost/matrix-rory-gay.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/host/Rory-nginx/services/nginx/localhost/matrix-rory-gay.nix b/host/Rory-nginx/services/nginx/localhost/matrix-rory-gay.nix
index 0ab8e9a..3e48d0f 100644
--- a/host/Rory-nginx/services/nginx/localhost/matrix-rory-gay.nix
+++ b/host/Rory-nginx/services/nginx/localhost/matrix-rory-gay.nix
@@ -26,9 +26,10 @@
 	locations."~ ^/_matrix/client/(r0|v3)/sync$" = {
 		proxyPass = "http://generic_workers_upstream$request_uri";
     extraConfig = ''
-			proxy_read_timeout 3600;
-			proxy_connect_timeout 3600;
-			proxy_send_timeout 3600; 
+			# We want to wait for 15 minutes here...
+			proxy_read_timeout 54000;
+			proxy_connect_timeout 54000;
+			proxy_send_timeout 54000;
 		'';
 	};
 	locations."~ ^/_matrix/client/(api/v1|r0|v3)/events$" = {