Level 18
Look at the "Meta" tab under your server in the Forge control panel, you can increase the Max File Upload Size there.
4 likes
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi all. I use Forge, when I upload files I have this error :
413 Request Entity Too Large
nginx/1.8.0
I added to /etc/nginx/nginx.conf in the http section :
client_max_body_size 100M;
I restarted ngnix :
/etc/init.d/nginx restart
But when I run :
grep -E "upload_max_filesize|memory_limit|post_max_size" /etc/php5/fpm/php.ini
I have this :
memory_limit = 512M
post_max_size = 8M
upload_max_filesize = 2M
What's going wrong ?
Look at the "Meta" tab under your server in the Forge control panel, you can increase the Max File Upload Size there.
Please or to participate in this conversation.