From ecb2635a583b74e6c21c84d3e5888ecc532d649a Mon Sep 17 00:00:00 2001 From: teidesu Date: Fri, 17 May 2024 14:24:35 +0300 Subject: [PATCH] fix(sharkey): http2 --- hosts/koi/containers/sharkey/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/koi/containers/sharkey/default.nix b/hosts/koi/containers/sharkey/default.nix index 6a2cde9..e0d328b 100644 --- a/hosts/koi/containers/sharkey/default.nix +++ b/hosts/koi/containers/sharkey/default.nix @@ -15,6 +15,7 @@ services.nginx.virtualHosts."very.stupid.fish" = { forceSSL = true; useACMEHost = "stupid.fish"; + http2 = true; extraConfig = '' client_max_body_size 250M;