diff --git a/machines/durruti/host_config.nix b/machines/durruti/host_config.nix index ae6406e..b4e1d0d 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 3051782..7300e51 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 3904971..2eeafef 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;