Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rxnlabs/55946421b220fc43c5b49c0267797101 to your computer and use it in GitHub Desktop.
Save rxnlabs/55946421b220fc43c5b49c0267797101 to your computer and use it in GitHub Desktop.
bash - Restart php-fpm and nginx after comiling and adding a PHP module in Homestead with PHP 7
sudo nginx -s reload
sudo service php7.0-fpm restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment