From 2647ca19343723051b143359edea297cd7273c00 Mon Sep 17 00:00:00 2001 From: oqyude Date: Wed, 17 Sep 2025 01:43:06 +0300 Subject: [PATCH] 123 --- nixosModules/vds/nginx.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nixosModules/vds/nginx.nix b/nixosModules/vds/nginx.nix index 01bf34a..b4f8527 100755 --- a/nixosModules/vds/nginx.nix +++ b/nixosModules/vds/nginx.nix @@ -79,6 +79,9 @@ in # }; # }; }; + extraConfig = '' + client_max_body_size 5G; + ''; }; # blocky = { # enable = true;