May 10, 2017
0
Level 2
Homestead 413 Request Entity Too Large
I want to upload file on my Homestead server and I can upload only files under 100 MB. Is there a way to upload a bigger file. I tried some solution but it still does not work. I tried to add: client_max_body_size 200M; into nginx.conf on Homestead And memory_limit = 512M, upload_max_filesize = 200M, post_max_size = 200M into php.ini on Homestead
Also, i run sudo nginx -s reload and sudo service php7.1-fpm restart
Please, help!
Please or to participate in this conversation.