Merge branch '281-deploy_alternc_apache_configuration' into pu

This commit is contained in:
Kienan Stewart 2018-07-12 10:28:04 -04:00
commit 33063f0c2f
1 changed files with 5 additions and 0 deletions

View File

@ -405,6 +405,11 @@ if [ -x /usr/sbin/apache2 ]; then
a2enconf alternc-ssl
fi
if [ ! -h /etc/apache2/conf-available/alternc.conf ] && [ -e /etc/apache2/conf-available/ ]; then
ln -sf /etc/alternc/apache2.conf /etc/apache2/conf-available/alternc.conf
a2enconf alternc
fi
SERVICES="$SERVICES $s"
fi