I have a form that sends data with some files
everything works on localhost but on the server when I send files with form I get error of
The (my site) page isn’t working
(my site) is currently unable to handle this request.
HTTP ERROR 500
I've already changed my php.ini and nginx conf to handle max post size and max file size and client_max_body_size
but still get the error
what is the problem?