Config trong file php.ini
nano /etc/php.ini
Thay đổi các thông số sau
upload_max_filesize 128M post_max_size 128M
Restart service
systemctl restart httpd systemctl restart php-fpm systemctl restart nginx
Config trong file php.ini
nano /etc/php.ini
Thay đổi các thông số sau
upload_max_filesize 128M post_max_size 128M
Restart service
systemctl restart httpd systemctl restart php-fpm systemctl restart nginx