nixos: services: mealie: fix bulk upload
This commit is contained in:
parent
4a01a50532
commit
61fa35093c
|
@ -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…
Reference in a new issue