From 61faeebc8cb95bbd535449b36f6934db25e6dbfd Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Wed, 29 Oct 2025 15:57:43 +0100 Subject: [PATCH] feat: keepalive for syncplay --- hosts/saberofxebec/configuration.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hosts/saberofxebec/configuration.nix b/hosts/saberofxebec/configuration.nix index 7fc01db..4c1277c 100644 --- a/hosts/saberofxebec/configuration.nix +++ b/hosts/saberofxebec/configuration.nix @@ -268,7 +268,11 @@ in { tls internal ''; virtualHosts."jellyfin.saberofxebec".extraConfig = '' - reverse_proxy :8096 + reverse_proxy :8096 { + transport http { + keepalive 32 + } + } tls internal ''; virtualHosts."jellyseer.saberofxebec".extraConfig = ''