manatee: Bump upload limit for calibre-web

This commit is contained in:
Alexander Heldt
2025-06-06 12:29:41 +00:00
parent f27e42dc8f
commit f7dfd9dbdb

View File

@@ -33,6 +33,10 @@ in
nginx = {
virtualHosts."books.ppp.pm" = {
extraConfig = ''
client_max_body_size 1024M;
'';
locations."/" = {
proxyPass = "http://0.0.0.0:8083"; # TODO add option for port + host
};