Add client_max_body_size to nginx conf
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
@@ -15,5 +15,6 @@ server {
|
||||
uwsgi_pass app:3031;
|
||||
uwsgi_param HTTP_X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
uwsgi_param REMOTE_ADDR $proxy_add_x_forwarded_for;
|
||||
client_max_body_size 26M;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user