diff --git a/NGINX-Installer.sh b/NGINX-Installer.sh index 00d662b..6a2982b 100644 --- a/NGINX-Installer.sh +++ b/NGINX-Installer.sh @@ -161,7 +161,7 @@ ln -s /etc/nginx/sites-available/"$domain" /etc/nginx/sites-enabled/ # PHP # ##---------## -apt install -y php-fpm php-mysql php-cgi php-common php-pear php-mbstring php-curl php-gd php-intl php-soap php-xml php-xmlrpc php-zip +apt install -y php-fpm php-imagick php-mysql php-cgi php-common php-pear php-mbstring php-curl php-gd php-intl php-soap php-xml php-xmlrpc php-zip sed -i 's/;cgi.fix_pathinfo=1/cgi.fix_pathinfo=0/g' /etc/php/7.2/fpm/php.ini sed -i 's/;opcache.memory_consumption=128/opcache.memory_consumption=256/g' /etc/php/7.2/fpm/php.ini