Set calibre-web body limit to 64M

This commit is contained in:
Yorick van Pelt 2024-06-11 15:28:00 +02:00
parent d4b40a7170
commit 59b1aa61c3
Signed by: yorick
GPG key ID: A36E70F9DC014A15

View file

@ -22,6 +22,9 @@ in {
locations."/" = {
proxyPass = "http://[::1]:8083";
proxyWebsockets = true;
extraConfig = ''
client_max_body_size 64M;
'';
};
locations."/kobo/" = {
proxyPass = "http://[::1]:8083/kobo/";