diff --git a/frontend/nginx.conf b/frontend/nginx.conf index f40fa6b..4237727 100644 --- a/frontend/nginx.conf +++ b/frontend/nginx.conf @@ -5,7 +5,7 @@ server { index index.html; # Max upload size - client_max_body_size 15M; + client_max_body_size 30M; # Gzip compression gzip on;