From c3c7f161b3ef286c459bd0d79dd9e6e1cf4bf1a7 Mon Sep 17 00:00:00 2001 From: nydragon Date: Mon, 10 Mar 2025 10:36:28 +0100 Subject: [PATCH] fix: increase nginx max client size --- hosts/shan/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/shan/default.nix b/hosts/shan/default.nix index 22c2c64..f142af2 100644 --- a/hosts/shan/default.nix +++ b/hosts/shan/default.nix @@ -175,6 +175,7 @@ proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $http_connection; proxy_http_version 1.1; + client_max_body_size 2000M; ''; }; useACMEHost = "ccnlc.eu";