mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Dokuwiki: increase max upload size
This commit is contained in:
parent
f020dae8e2
commit
458f7e10ff
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ let
|
|||
services.nginx.virtualHosts."${name}.${config.networking.domain}" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
extraConfig = "client_max_body_size 25M;";
|
||||
};
|
||||
};
|
||||
in {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue