feat(calibre): increase max request size

This commit is contained in:
Felix Schröter 2022-07-13 22:02:21 +02:00
parent 55588b11e2
commit 24a4ab3fd5
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -18,7 +18,7 @@ in {
locations."/" = {
proxyPass = "http://[::1]:${toString port}";
extraConfig = ''
client_max_body_size 100M;
client_max_body_size 500M;
'';
};
};