Answers for "switch between php version ubuntu nginx"

PHP
1

switch between php version ubuntu nginx

sudo service nginx restart
sudo service php7.1-fpm or php7.2-fpm  restart
Posted by: Guest on December-14-2020
0

switch between php version ubuntu nginx

sudo update-alternatives --config php
Posted by: Guest on December-14-2020

Code answers related to "switch between php version ubuntu nginx"

Browse Popular Code Answers by Language