網站管理筆記

如何突破 wordpress上傳檔案大小限制

# vi /etc/php/8.3/fpm/php.ini
upload_max_filesize = 100M
post_max_size = 100M

# sudo systemctl restart php8.3-fpm