|
@@ -637,7 +637,7 @@ configurarPHP() {
|
|
|
sed -i '/upload_max_filesize =/c\upload_max_filesize = '$maxUpload $phpDest
|
|
|
comprobarError $? 305
|
|
|
# Configurar php-fpm (sólo en RHEL con Nginx)
|
|
|
- if [ $rhel = true ] && [ $nginxOn = true ];then
|
|
|
+ if [ $rhelOS = true ] && [ $nginxOn = true ];then
|
|
|
phpConfFile="./etc/php/php-fpm.d/www.conf"
|
|
|
phpDest="/etc/php-fpm.d/www.conf"
|
|
|
if [ ! -f $phpConfFile ];then
|