Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mofesolapaul/8d3a399f873f103357ea840c45ead5b6 to your computer and use it in GitHub Desktop.
Save mofesolapaul/8d3a399f873f103357ea840c45ead5b6 to your computer and use it in GitHub Desktop.
How to set up php-fpm7.1 with nginx

This took forever for me to figure out, so I'm doing you a solid to ensure you don't spend as much time as I did.

I assume you have php7.1 installed already, the only ish is the -fpm

Run sudo apt-cache search php7.1 This will show you a lot of related packages you can grab

Now run sudo apt-get install php7.1-fpm And you're saved!

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