disable subdomain

This commit is contained in:
Daniel Hansson 2019-01-31 21:35:48 +01:00 committed by GitHub
parent 7a350306e6
commit 2f39639d33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,7 +102,7 @@ a2enmod ssl
if [ -f "$HTTPS_CONF" ]
then
a2dissite "$HTTPS_CONF"
a2dissite "$SUBDOMAIN.conf"
rm -f "$HTTPS_CONF"
fi