From 458f7e10ff5ef108b84eec89d1544e6ac58d8c9f Mon Sep 17 00:00:00 2001 From: Paul-Henri Froidmont Date: Thu, 14 Sep 2023 06:36:39 +0200 Subject: [PATCH] Dokuwiki: increase max upload size --- modules/dokuwiki.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/dokuwiki.nix b/modules/dokuwiki.nix index 9b5bcf0..e98708e 100644 --- a/modules/dokuwiki.nix +++ b/modules/dokuwiki.nix @@ -40,6 +40,7 @@ let services.nginx.virtualHosts."${name}.${config.networking.domain}" = { forceSSL = true; enableACME = true; + extraConfig = "client_max_body_size 25M;"; }; }; in {