feat(calibre): increase max request size
This commit is contained in:
parent
55588b11e2
commit
24a4ab3fd5
|
@ -18,7 +18,7 @@ in {
|
|||
locations."/" = {
|
||||
proxyPass = "http://[::1]:${toString port}";
|
||||
extraConfig = ''
|
||||
client_max_body_size 100M;
|
||||
client_max_body_size 500M;
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue