Skip to content

Commit

Permalink
modules (calibre-web): Increase client upload size
Browse files Browse the repository at this point in the history
  • Loading branch information
britter committed Mar 4, 2025
1 parent 23a6c42 commit 8a2e46b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/calibre-web/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ in {
fqdn = "books.${config.my.host.name}.ritter.family";
aliases = ["books.ritter.family"];
target = "http://localhost:8083";
extraConfig = ''
client_max_body_size 100M;
'';
}
];
};
Expand Down
3 changes: 3 additions & 0 deletions systems/aarch64-linux/directions/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
{
fqdn = "books.ritter.family";
target = "https://books.srv-prod-2.ritter.family";
extraConfig = ''
client_max_body_size 512M;
'';
}
{
fqdn = "collabora.ritter.family";
Expand Down

0 comments on commit 8a2e46b

Please sign in to comment.