From 966a6ff2282891d9e3ab7a982af924e6da438798 Mon Sep 17 00:00:00 2001 From: tbergervoet Date: Tue, 16 Oct 2018 12:19:31 +0200 Subject: [PATCH] Update 'Apache-Installer.sh' --- Apache-Installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Apache-Installer.sh b/Apache-Installer.sh index de9bd0d..7b0cb06 100644 --- a/Apache-Installer.sh +++ b/Apache-Installer.sh @@ -38,7 +38,6 @@ EOF cp /etc/apache2/sites-available/000-default.conf /etc/apache2/sites-available/"$domain.conf" cat < /etc/apache2/sites-available/"$domain.conf" - Protocols h2 http/1.1 #netdata here ServerAdmin $email ServerName $domain @@ -230,4 +229,5 @@ 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