nginx - client_max_body_size has no effect -


nginx keeps saying client intended send large body. googling , rtm pointed me client_max_body_size. set 200m in nginx.conf in vhost conf, restarted nginx couple of times i'm still getting error message.

did overlook something? backend php-fpm (max_post_size , max_upload_file_size set accordingly).

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

context: http, server, location 

Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -