Skip to content

Instantly share code, notes, and snippets.

@ar-android
Forked from devdrops/tip.md
Last active April 8, 2018 02:34
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ar-android/fc9ee1020a394b6c3a6eaa86096030f5 to your computer and use it in GitHub Desktop.
Save ar-android/fc9ee1020a394b6c3a6eaa86096030f5 to your computer and use it in GitHub Desktop.
Restart PHP-FPM 7.1 on Mac

Restart PHP-FPM on Mac

as found on StackOverflow

And this command to restart my php-fpm:

brew services restart php71

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