fix(attic): Change client_max_body_size

This commit is contained in:
sinavir 2024-04-12 19:49:27 +02:00
parent d0684ead8a
commit 7645b6fd71

View file

@ -58,7 +58,7 @@ in
proxyPass = "http://127.0.0.1:9090";
extraConfig = ''
client_max_body_size 100M;
client_max_body_size 700M;
'';
};
};