|
@@ -690,7 +690,7 @@ instalarPHP() {
|
|
|
comprobarError $? 302 $result
|
|
|
elif [ $nginxOn = true ];then
|
|
|
phpFPMName="php7.2-fpm"
|
|
|
- result=$(apt-get -q -y install php-fpm libapache2-mod-php php-mysql php-intl php-mbstring openssl 2>&1)
|
|
|
+ result=$(apt-get -q -y install php-fpm php-mysql php-intl php-mbstring openssl 2>&1)
|
|
|
comprobarError $? 302 $result
|
|
|
deshabilitarServicio $phpFPMName
|
|
|
else
|