Compare commits

..

No commits in common. "607aa5351c94bb52308cc83efc8f0f8f7acaf332" and "4a01a5053262c45bbeefd5ca4fd8ccff87440f5f" have entirely different histories.

2 changed files with 0 additions and 14 deletions

View file

@ -66,13 +66,6 @@ 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;
'';
};
};
};
};

View file

@ -73,13 +73,6 @@ in
my.services.nginx.virtualHosts = {
recipes = {
inherit (cfg) port;
extraConfig = {
# Allow bulk upload of recipes for import/export
locations."/".extraConfig = ''
client_max_body_size 0;
'';
};
};
};
};