diff options
author | Rory& <root@rory.gay> | 2024-07-06 22:14:41 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-07-06 22:14:41 +0200 |
commit | 6f8ed9f03e5bb5559d624f22212d92bad4b84d43 (patch) | |
tree | 5b23774430a48cc7cb6a88e98be50675172aee06 /host/Rory-nginx/services/matrix/synapse/workers/federation-reader.nix | |
parent | Enable sync workers (diff) | |
download | Rory-Open-Architecture-6f8ed9f03e5bb5559d624f22212d92bad4b84d43.tar.xz |
Federation worker fix, also more node exporter collectors
Diffstat (limited to 'host/Rory-nginx/services/matrix/synapse/workers/federation-reader.nix')
-rw-r--r-- | host/Rory-nginx/services/matrix/synapse/workers/federation-reader.nix | 2 |
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: { |