From 2f39639d33348e5ec2de84b968459ea91ef8556a Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Thu, 31 Jan 2019 21:35:48 +0100 Subject: [PATCH] disable subdomain --- apps/onlyoffice.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/onlyoffice.sh b/apps/onlyoffice.sh index 172611b3..6ca0784e 100644 --- a/apps/onlyoffice.sh +++ b/apps/onlyoffice.sh @@ -102,7 +102,7 @@ a2enmod ssl if [ -f "$HTTPS_CONF" ] then - a2dissite "$HTTPS_CONF" + a2dissite "$SUBDOMAIN.conf" rm -f "$HTTPS_CONF" fi