From 26ad365df5200b233b21fb56d71177925c4377cd Mon Sep 17 00:00:00 2001
From: nydragon <contact@ccnlc.eu>
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";