diff --git a/docker/nginx.conf b/docker/nginx.conf index 3a63866d..7b8664dc 100644 --- a/docker/nginx.conf +++ b/docker/nginx.conf @@ -22,6 +22,7 @@ http { proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Host $server_name; + client_max_body_size 500M; } location /static/ { @@ -31,4 +32,4 @@ http { } -} \ No newline at end of file +}