Answers for "post_max_sizeupload_max_filesize in nginx"

1

nginx max file upload size

#just need to set these params in php-from file: /etc/php/7.2/fpm/php.ini
upload_max_filesize = 100M
post_max_size = 100M

#may need to increase this param in /etc/nginx/nginx.conf if its exists as is limited
client_max_body_size 100m;
Posted by: Guest on February-05-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language