test upload limits

This commit is contained in:
Yisroel Baum 2026-07-03 15:00:31 +03:00
parent fd750b54aa
commit ec956c1ca8
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
3 changed files with 71 additions and 3 deletions

4
nix/upload-limits.nix Normal file
View file

@ -0,0 +1,4 @@
{
nginxClientMaxBodySize = "6m";
phpUploadLimit = "6M";
}