If you're being hit with error 413, this means that nginx is responding with 413 when the client request exceeds the allowed body size. You can change this by adding the following directive: client_max_body_size 100m; You can add it in nginx.conf in server block to make it global or for your specific file (recommended) in your file vhost conf found at /etc/nginx/available-sites/example.com Or default file if you don't have sites conf
Обсуждают сегодня