Update 'Apache-Installer.sh'

This commit is contained in:
tbergervoet
2018-10-16 12:43:39 +02:00
parent 55e919c76e
commit e4f9555308

View File

@@ -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
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