Comment 2 for bug 1893681

Revision history for this message
John Puskar (jpuskar-amtrust) wrote :

I found a better workaround!
Adding a nginx conf file (which in hindsight seems fairly obvious).

---
/home/ubuntu# cat /etc/nginx/conf.d/client_max_body_size.conf
client_max_body_size 10M;
---