Home >Backend Development >PHP Tutorial >How to open php files nginx and php file size limit modification
The nginx configuration item is: client_max_body_size
The php configuration item is: upload_max_filesize
Generally speaking, these two will work at the same time
The above introduces how to open php files and modify the size limit of nginx and php files, including how to open php files. I hope it will be helpful to friends who are interested in PHP tutorials.