Skip to content

Instantly share code, notes, and snippets.

@thephucit
Created April 12, 2020 04:59
Show Gist options
  • Save thephucit/5bd8fbd9d2ddac521a2288285c52311a to your computer and use it in GitHub Desktop.
Save thephucit/5bd8fbd9d2ddac521a2288285c52311a to your computer and use it in GitHub Desktop.
Switch between PHP versions on Ubuntu Nginx
sudo update-alternatives --config php
sudo service nginx restart
sudo service php7.2-fpm restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment