'Setup-Step1.sh' updaten

This commit is contained in:
2019-08-25 18:18:05 +00:00
parent a42c070640
commit 1cbc344be1

View File

@@ -256,6 +256,9 @@ sed -i 's/upload_max_filesize = 2/upload_max_filesize = 128/g' /etc/php/"$phpver
sed -i 's/max_execution_time = 30/max_execution_time = 300/g' /etc/php/"$phpver"/fpm/php.ini
wget https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/master/config/nginx/www.confg -O /etc/php/"$phpver"/fpm/pool.d/www.conf
sed -i 's/'rtag'/'"${phpver}"'/g' /etc/php/"$phpver"/fpm/pool.d/www.conf
echo "fastcgi_send_timeout 300s;" >> /etc/nginx/fastcgi.conf
echo "fastcgi_read_timeout 300s;" >> /etc/nginx/fastcgi.conf
##---------------##
# Nextcloud #