[zineshop] remove upload limit for initial batch upload
All checks were successful
Check flake syntax / flake-check (push) Successful in 9m46s

this should later be set to something more reasonable
This commit is contained in:
2025-04-15 11:30:59 +02:00
parent c7cf9cc1ff
commit 1b0c32fce6
3 changed files with 3 additions and 0 deletions

View File

@@ -160,6 +160,7 @@ in
proxyPass = "http://10.0.0.15:8080";
extraConfig = ''
proxy_set_header Host $host;
client_max_body_size 0;
'';
};
};