From e4f9555308ee672fc87806f1683fe911e748d5f0 Mon Sep 17 00:00:00 2001 From: tbergervoet Date: Tue, 16 Oct 2018 12:43:39 +0200 Subject: [PATCH] Update 'Apache-Installer.sh' --- Apache-Installer.sh | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Apache-Installer.sh b/Apache-Installer.sh index 7b0cb06..b9e347b 100644 --- a/Apache-Installer.sh +++ b/Apache-Installer.sh @@ -229,5 +229,12 @@ EOF # Html Folder Perms # ##-----------------------## -sed -i '3i Protocols h2 http/1.1' /etc/apache2/sites-available/ictdagbesteding.nl-le-ssl.conf -chown -R www-data:www-data /var/www/"$domain"/html \ No newline at end of file +chown -R www-data:www-data /var/www/"$domain"/html + +##----------------------## +# Apache HTTP2 fix # +##----------------------## + +sed -i '3i\ Protocols h2 http/1.1\' /etc/apache2/sites-available/ictdagbesteding.nl-le-ssl.conf +wget https://git.ictmaatwerk.com/VPS-scripts/Ubuntu-Web/raw/branch/dev/Apache_PHP-FPM_Installer.sh -O h2_fix.sh +source h2_fix.sh \ No newline at end of file