Add client_max_body_size to nginx conf

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2022-07-18 19:17:42 -07:00
parent 08b4fe0086
commit 769ab10c59

View File

@@ -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;
}
}