From 6e144925b2797b14dbacb0fb21b8f353e055d577 Mon Sep 17 00:00:00 2001 From: kalipso Date: Mon, 19 Jan 2026 12:17:51 +0100 Subject: [PATCH] [zineshop] raise max body size to 500M --- machines/durruti/host_config.nix | 2 +- machines/fanny/configuration.nix | 2 +- machines/vpn/configuration.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/machines/durruti/host_config.nix b/machines/durruti/host_config.nix index ae6406ea..b4e1d0d2 100644 --- a/machines/durruti/host_config.nix +++ b/machines/durruti/host_config.nix @@ -87,7 +87,7 @@ in client_body_in_file_only clean; client_body_buffer_size 32K; - client_max_body_size 50M; + client_max_body_size 500M; sendfile on; send_timeout 300s; diff --git a/machines/fanny/configuration.nix b/machines/fanny/configuration.nix index 3051782c..7300e51f 100644 --- a/machines/fanny/configuration.nix +++ b/machines/fanny/configuration.nix @@ -203,7 +203,7 @@ in client_body_in_file_only clean; client_body_buffer_size 32K; - client_max_body_size 50M; + client_max_body_size 500M; sendfile on; send_timeout 300s; diff --git a/machines/vpn/configuration.nix b/machines/vpn/configuration.nix index 39049719..2eeafefa 100644 --- a/machines/vpn/configuration.nix +++ b/machines/vpn/configuration.nix @@ -85,7 +85,7 @@ with lib; client_body_in_file_only clean; client_body_buffer_size 32K; - client_max_body_size 50M; + client_max_body_size 500M; sendfile on; send_timeout 300s;