Update max nginx upload filesize to 25MB (#613)

This commit is contained in:
Leendert de Borst
2025-02-25 12:05:34 +01:00
committed by Leendert de Borst
parent 47c77ade02
commit 41486c940c

View File

@@ -3,6 +3,8 @@ events {
}
http {
client_max_body_size 25M;
upstream client {
server client:3000;
}