diff options
author | Rory& <root@rory.gay> | 2024-06-09 12:28:09 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-07-04 14:45:02 +0200 |
commit | c3f12a320c7e7262bc00999b5d62f6f257b8eb67 (patch) | |
tree | f852e09cdd482684edd2d6b1d15fa47695876cb7 /host/Rory-nginx/services/nginx/localhost/matrix-rory-gay.nix | |
parent | Server updates (diff) | |
download | Rory-Open-Architecture-c3f12a320c7e7262bc00999b5d62f6f257b8eb67.tar.xz |
Bunch of changes
Diffstat (limited to 'host/Rory-nginx/services/nginx/localhost/matrix-rory-gay.nix')
-rw-r--r-- | host/Rory-nginx/services/nginx/localhost/matrix-rory-gay.nix | 7 |
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$" = { |