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
Post a Comment