MThomas11 years agoLevel 35ReplyReport SpamFirst google result on the error: http://www.cyberciti.biz/faq/linux-unix-bsd-nginx-413-request-entity-too-large/ I assume you try to upload an image that is larger than the limit set on homestead. You will have to change the nginx config to fix the error. The link above could help you :) Like Reply
JasperK OP 11 years ago Best Answer Level 2ReplyReport SpamYea, 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. Like Reply 1 like
bashy11 years agoLevel 65ReplyReport SpamYou could make a command to edit the php/nginx configs to allow for larger POST uploads? Like Reply
ian__b9 years agoLevel 1ReplyReport SpamYou 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!! Like Reply