Deploy alternc.conf apache configuration
This commit is contained in:
parent
db916ace66
commit
917d1b9184
|
@ -394,6 +394,11 @@ if [ -x /usr/sbin/apache2 ]; then
|
||||||
a2enconf alternc-ssl
|
a2enconf alternc-ssl
|
||||||
fi
|
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"
|
SERVICES="$SERVICES $s"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue