I run Nginx & Varnish & Apache and Force Apache to use PHP-FPM Selector 7.3
And this is what i get
does not allow request data with POST requests, or the amount of data provided in the request exceeds the capacity limit.
i have .user.ini in root with
date.timezone=Europe/Stockholm
register_globals=Off
display_errors=On
post_max_size=5000M
memory_limit=2048M
upload_max_filesize=5000M
max_execution_time=3600
expose_php=Off
session.save_path=/tmp
magic_quotes_gpc=Off
magic_quotes_runtime=Off
magic_quotes_sybase=Off
error_reporting=E_ALL & ~E_NOTICE & ~E_DEPRECATED
and have also that settings in php.ini and in nginx.conf i have client_max_body_size 5000M;
please need help