nginx – client_max_body_size has no effect

Following nginx documentation, you can set client_max_body_size 20m ( or any value you need ) in the following context:

context: http, server, location

Leave a Comment