a2dissite subdomain

This commit is contained in:
Daniel Hansson 2019-01-31 21:33:44 +01:00 committed by GitHub
parent 924dbdf0ab
commit 56f5086e6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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