Update 'NGINX-Installer.sh'

This commit is contained in:
bprieshof
2019-02-13 14:49:53 +01:00
parent 29ef1dec21
commit 0f081280a7

View File

@@ -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 #