Hi,
I have set the below settings.
/etc/php.ini
max_input_time = 60
max_execution_time = 200
upload_max_size = 100M
upload_max_filesize = 100M
post_max_size = 100M
/opt/nginx/conf/nginx.conf
client_max_body_size 100M;
I am encountering 413 Request Entity Too Large nginx/1.12.1 while uploading file of size 6MB. Any help will be highly appreciable. Thanks in Advance.
Best Regards,