Categories
PHP Servers

Restart PHP7.3 FPM

Restarting PHP FPM on Ubuntu 16.04

Probably
service php7.3-fpm restart

Maybe
systemctl restart php-fpm.service

Homebrew Locally

sudo brew services restart php74