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

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

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -