nixos: services: mealie: fix bulk upload
This commit is contained in:
parent
4a01a50532
commit
61fa35093c
1 changed files with 7 additions and 0 deletions
|
|
@ -66,6 +66,13 @@ in
|
|||
my.services.nginx.virtualHosts = {
|
||||
mealie = {
|
||||
inherit (cfg) port;
|
||||
|
||||
extraConfig = {
|
||||
# Allow bulk upload of recipes for import/export
|
||||
locations."/".extraConfig = ''
|
||||
client_max_body_size 0;
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue