Increase proxyTimeout for attic

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

View File

@ -67,7 +67,10 @@ in
domain = atticDomain;
port = atticPort;
};
services.nginx.clientMaxBodySize = "1G";
services.nginx = {
clientMaxBodySize = "1G";
proxyTimeout = "300s";
};
services.atticd = {
enable = true;
credentialsFile = config.age.secrets.atticEnv.path;