1. Update php.ini
upload_max_filesize = 128M post_max_size = 128M max_execution_time = 300
2. Restart php 8.1
sudo systemctl restart php8.1-fpm
3. View Config
<?php phpinfo(); ?>
Thank you
No comments:
Post a Comment