JasperK's avatar

Homestead 413 Request Entity Too Large

Hi, is there a way to upgrade the entity-size for Homestead? Now I only can't upload big files.

0 likes
4 replies
JasperK's avatar
JasperK
OP
Best Answer
Level 2

Yea, I know that. But for Homestead. When I destroy the VM, I have to edit that every time.

The Limit of Homestead is very low I guess.

1 like
bashy's avatar

You could make a command to edit the php/nginx configs to allow for larger POST uploads?

ian__b's avatar

You can edit the max entity size easily!! You just have to change the "/etc/nginx/sites-available/homestead.app" file a bit!!

client_max_body_size = 100m;

shows you that the max size is only 100M. Have a try with a different number!!

Please or to participate in this conversation.