Disable clientMaxBodySize

This commit is contained in:
Andreas Zweili 2024-04-18 09:08:24 +02:00
parent 161fb63d0b
commit 74c0920cda
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ in
port = atticPort; port = atticPort;
}; };
services.nginx = { services.nginx = {
clientMaxBodySize = "1G"; clientMaxBodySize = "0";
proxyTimeout = "300s"; proxyTimeout = "300s";
}; };
services.atticd = { services.atticd = {