summary refs log tree commit diff
path: root/host/Rory-nginx
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-07-06 22:14:41 +0200
committerRory& <root@rory.gay>2024-07-06 22:14:41 +0200
commit6f8ed9f03e5bb5559d624f22212d92bad4b84d43 (patch)
tree5b23774430a48cc7cb6a88e98be50675172aee06 /host/Rory-nginx
parentEnable sync workers (diff)
downloadRory-Open-Architecture-6f8ed9f03e5bb5559d624f22212d92bad4b84d43.tar.xz
Federation worker fix, also more node exporter collectors
Diffstat (limited to 'host/Rory-nginx')
-rw-r--r--host/Rory-nginx/services/matrix/synapse/workers/federation-reader.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-nginx/services/matrix/synapse/workers/federation-reader.nix b/host/Rory-nginx/services/matrix/synapse/workers/federation-reader.nix
index 92987da..9aafb28 100644
--- a/host/Rory-nginx/services/matrix/synapse/workers/federation-reader.nix
+++ b/host/Rory-nginx/services/matrix/synapse/workers/federation-reader.nix
@@ -88,7 +88,7 @@ in
     services.nginx.upstreams."federation_reader" = {
       extraConfig = ''
         keepalive 32;
-        ip_hash;
+        hash $request_uri consistent;
       '';
       servers = lib.listToAttrs (
         lib.map (index: {