From 1cbc344be1cfcaa3bebca79151aca2bc34f6e8f5 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Sun, 25 Aug 2019 18:18:05 +0000 Subject: [PATCH] 'Setup-Step1.sh' updaten --- Setup-Step1.sh | 3 +++ 1 file changed, 3 insertions(+) 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 #