diff --git a/Setup-Step1.sh b/Setup-Step1.sh index 236523f..93cf0a7 100644 --- a/Setup-Step1.sh +++ b/Setup-Step1.sh @@ -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 #