I'm using nginx with a wildcard SSL cert. When I try to upload file bigger than 1Mb it return 413 Request Entity Too Large.
I've already set:
- client_max_body_size 100m; in http block of /etc/nginx/nginx.conf
- client_max_body_size 100m; in server block of /etc/nginx/sites-available/site.tld
- memory_limit = 512M / upload_max_filesize = 100M / post_max_size = 100M in php.ini
Restarted Nginx and FPM, nothing changes... I always get the error.