I’m using laravel and I have a form with two file fields, try to upload a file with 70mb but takes long and after returns an error 503 unavailable service.
I thought that was because php configuration, so I access to cpanel and change the upload_max_filesize
to 256mb
but it doesn’t work yet.
What can I do to solve the problem?
Thank you
2
Answers
edit those setting in your php.ini
You’re going to need to go find your nginx configuration files.
/etc/nginx/sites-available/
Then edit the configuration file and add this :