From 0f4e77bbfcfdf9e9b68e376dca874877de8da87f Mon Sep 17 00:00:00 2001 From: pigeonmoelleux Date: Thu, 14 Nov 2024 01:52:24 +0100 Subject: [PATCH] Augmentation taille upload nginx --- hosts/physiques/thot/default.nix | 1 + modules/services/nginx.nix | 2 ++ 2 files changed, 3 insertions(+) diff --git a/hosts/physiques/thot/default.nix b/hosts/physiques/thot/default.nix index dbc95ba..ed4cee3 100644 --- a/hosts/physiques/thot/default.nix +++ b/hosts/physiques/thot/default.nix @@ -36,6 +36,7 @@ environment.systemPackages = with pkgs; [ apacheHttpd + restic ]; system.stateVersion = "24.05"; diff --git a/modules/services/nginx.nix b/modules/services/nginx.nix index 0c6c0c4..e05c89a 100644 --- a/modules/services/nginx.nix +++ b/modules/services/nginx.nix @@ -6,5 +6,7 @@ recommendedProxySettings = true; recommendedOptimisation = true; + + clientMaxBodySize = "512M"; }; }