Tag: nginx

Nginx

Nginx client intended to send too large body

The other day I’ve saw these error in my nginx log: It turns out I need to increase the nginx conf client_max_body_size directive. The Nginx client_max_body_size directive controls the maximum size of files that can be uploaded to your server. The default value is 1MB, which is too small for many modern applications. If you are trying to upload a…

Read More »