From 3a6a4f230c5718b38e041c87f7584c50298de064 Mon Sep 17 00:00:00 2001 From: Philipp Hochkamp Date: Sat, 5 Nov 2022 18:50:19 +0100 Subject: [PATCH] ds9 increase nginx body size --- hosts/ds9/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/ds9/default.nix b/hosts/ds9/default.nix index 129ff45a..7092b292 100644 --- a/hosts/ds9/default.nix +++ b/hosts/ds9/default.nix @@ -40,6 +40,7 @@ in networking.hostId = "7b4c2932"; boot.binfmt.emulatedSystems = [ "aarch64-linux" "armv7l-linux" ]; services.nginx.defaultListenAddresses = [ "100.83.96.25" ]; + services.nginx.clientMaxBodySize = lib.mkForce "8g"; services.nginx.virtualHosts."_". listenAddresses = [ "0.0.0.0" "[::0]" ]; services.nginx.virtualHosts."h.hailsatan.eu" = {