switch between php version ubuntu nginx

Solutions on MaxInterview for switch between php version ubuntu nginx by the best coders in the world

showing results for - "switch between php version ubuntu nginx"
Cassidy
19 Feb 2016
1sudo service nginx restart
2sudo service php7.1-fpm or php7.2-fpm  restart
3
Isabell
24 Mar 2019
1sudo update-alternatives --config php
2