目次

php.iniへの変更を反映させる方法

php.iniを書き換えただけでは、設定は反映しない。

nginx(WEBサーバー)とphp-fpmの再起動が必要。

nginxを再起動する方法

systemctl restart nginx

php-fpmを再起動する方法

systemctl restart php-fpm