diff --git a/backend/nginx.conf b/backend/nginx.conf index 7e123c0..a58fce5 100644 --- a/backend/nginx.conf +++ b/backend/nginx.conf @@ -10,6 +10,8 @@ http { sendfile on; keepalive_timeout 65; + client_max_body_size 100M; + upstream django { server server:8000; # Use the internal Docker networking }