Sunday, 17 November 2024

Change config php 8.1

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

Golang Advanced Interview Q&A