Hello. I have a problem with it. I'm trying to upload a big file (1.5GB) in local and I got the problem of Request Entity Too Large. I'm already modified the post_max, memory, bla bla in PHP.ini. So, I tried to edit it on Nginx.
I edited it on /usr/local/etc/nginx/valet/valet.conf
and /usr/local/etc/nginx/nginx.conf
, the variable client_max_body_size
to 9999M and then I restarted Valet with valet restart
.
But I still getting this error.
I'm missing something?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community