环境:nginx+mysql+php7.2;mac利用homebrew安装的php7.2

问题:修改了php的配置文件,php.ini;服务器是nginx,如何重启php?

开启:

brew services start php@7.2

重启:

brew services restart php@7.2

停止:

brew services stop php@7.2