Created
April 12, 2020 04:59
-
-
Save thephucit/5bd8fbd9d2ddac521a2288285c52311a to your computer and use it in GitHub Desktop.
Switch between PHP versions on Ubuntu Nginx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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