From 9580b7dfaf89044fe6b765b2e1566d0033662f0b Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Wed, 29 Oct 2025 16:33:02 +0100 Subject: [PATCH] fix: keepalive # Keepalive for syncplay --- hosts/saberofxebec/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/saberofxebec/configuration.nix b/hosts/saberofxebec/configuration.nix index 4c1277c..7ed941a 100644 --- a/hosts/saberofxebec/configuration.nix +++ b/hosts/saberofxebec/configuration.nix @@ -270,7 +270,7 @@ in { virtualHosts."jellyfin.saberofxebec".extraConfig = '' reverse_proxy :8096 { transport http { - keepalive 32 + keepalive 32s } } tls internal