From 58af8e63a1375b723c18d134421fb4d4bc4cf3c7 Mon Sep 17 00:00:00 2001 From: bprieshof Date: Wed, 24 Apr 2019 11:21:09 +0200 Subject: [PATCH] Update 'NGINX-Installer.sh' --- NGINX-Installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NGINX-Installer.sh b/NGINX-Installer.sh index 3f0426a..c16b013 100644 --- a/NGINX-Installer.sh +++ b/NGINX-Installer.sh @@ -184,7 +184,7 @@ ln -s /etc/nginx/sites-available/"$domain" /etc/nginx/sites-enabled/ # PHP # ##---------## -apt install -y php${phpver}-fpm php${phpver}-imagick php${phpver}-mysql php${phpver}-cgi php${phpver}-common php${phpver}-pear php${phpver}-mbstring php${phpver}-curl php${phpver}-gd php${phpver}-intl php${phpver}-soap php${phpver}-xml php${phpver}-xmlrpc php${phpver}-zip +apt install -y php${phpver}-fpm php${phpver}-imagick php${phpver}-mysql php${phpver}-cgi php${phpver}-common php-pear php${phpver}-mbstring php${phpver}-curl php${phpver}-gd php${phpver}-intl php${phpver}-soap php${phpver}-xml php${phpver}-xmlrpc php${phpver}-zip sed -i 's/;cgi.fix_pathinfo=1/cgi.fix_pathinfo=0/g' /etc/php/"$phpver"/fpm/php.ini sed -i 's/;opcache.memory_consumption=128/opcache.memory_consumption=256/g' /etc/php/"$phpver"/fpm/php.ini