From 0f081280a72e5c37793871d461baec2478e66b05 Mon Sep 17 00:00:00 2001 From: bprieshof Date: Wed, 13 Feb 2019 14:49:53 +0100 Subject: [PATCH] Update 'NGINX-Installer.sh' --- NGINX-Installer.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/NGINX-Installer.sh b/NGINX-Installer.sh index 42ded6c..f5f7f91 100644 --- a/NGINX-Installer.sh +++ b/NGINX-Installer.sh @@ -173,6 +173,7 @@ sed -i 's/;opcache.revalidate_freq=2/opcache.revalidate_freq=0/g' /etc/php/7.2/f sed -i 's/; max_input_vars = 1000/max_input_vars = 10000/g' /etc/php/7.2/fpm/php.ini sed -i 's/upload_max_filesize = 2/upload_max_filesize = 128/g' /etc/php/7.2/fpm/php.ini sed -i 's/post_max_size = 8/post_max_size = 64/g' /etc/php/7.2/fpm/php.ini +wget https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/master/config/nginx/www.confg -O /etc/php/7.2/fpm/pool.d/www.conf ##----------------## # PHPMyAdmin #