Skip to content

Instantly share code, notes, and snippets.

@tgamanov
Forked from devdrops/tip.md
Last active July 24, 2018 10:06
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tgamanov/4c12fcafd5bd26ab9eb1cbb6c3addc75 to your computer and use it in GitHub Desktop.
Save tgamanov/4c12fcafd5bd26ab9eb1cbb6c3addc75 to your computer and use it in GitHub Desktop.
Restart PHP-FPM on Mac

Brew restart services

restart php-fpm: brew services restart php70

restart all brew services restart --all

If you don't have brew services, try installing it like this: brew tap homebrew/services

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment