Allow uploads > 1MB to fluidd

This commit is contained in:
♥ Minnie ♥ 2023-08-13 13:34:26 +08:00
parent a14b5e2f9d
commit 38aec3b555

View file

@ -47,4 +47,7 @@
port = 4624;
}];
};
# Allow uploads > 1MB to fluidd
services.nginx.clientMaxBodySize = "1000m";
}