manatee: Bump upload limit for calibre-web
This commit is contained in:
@@ -33,6 +33,10 @@ in
|
|||||||
nginx = {
|
nginx = {
|
||||||
virtualHosts."books.ppp.pm" = {
|
virtualHosts."books.ppp.pm" = {
|
||||||
|
|
||||||
|
extraConfig = ''
|
||||||
|
client_max_body_size 1024M;
|
||||||
|
'';
|
||||||
|
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://0.0.0.0:8083"; # TODO add option for port + host
|
proxyPass = "http://0.0.0.0:8083"; # TODO add option for port + host
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user