php7 如何重启 php-fpm

  • 找到 php-fpm
  ps aux | grep php
  • kill php-fpm
  kill [对应的pid]
  • 启动 php-fpm
  /usr/local/php/sbin/php-fpm