From 0b11896d0b8ec2107279903e1c0047259f9c2682 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Fri, 11 Sep 2020 13:39:22 +0200 Subject: [PATCH] fixed typo --- CoreModules/apache/conf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CoreModules/apache/conf.sh b/CoreModules/apache/conf.sh index fca8aab..a1b8995 100644 --- a/CoreModules/apache/conf.sh +++ b/CoreModules/apache/conf.sh @@ -11,7 +11,7 @@ a2enmod actions fcgid alias proxy_fcgi ssl headers http2 setenvif socache_shmcb mkdir -p /etc/apache2/snippets/ wget -q -t7 "$repo"/raw/"$branchtype"/"$branch"/CoreModules/apache/config/apache2/snippets-ssl.conf -O /etc/apache2/snippets/apa-ssl.conf wget -q -t7 "$repo"/raw/"$branchtype"/"$branch"/CoreModules/apache/config/apache2/snippets-backendredir.conf -O /etc/apache2/snippets/apa-backendredir.conf -sed -i -e 's/HOSTname/'$hostname'/' /etc/apache2/sites-available/apa-backendredir.conf +sed -i -e 's/HOSTname/'$hostname'/' /etc/apache2/snippets/apa-backendredir.conf wget -q -t7 "$repo"/raw/"$branchtype"/"$branch"/CoreModules/apache/config/apache2/conf-custom.conf -O /etc/apache2/conf-enabled/zzz-custom.conf #Catch all (ip and unconfigured domains)