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;