From 077e0b77943fc30c7de156d3fe3ad43e912c25de Mon Sep 17 00:00:00 2001 From: Jeff Davis Date: Thu, 11 Feb 2016 15:57:45 -0800 Subject: [PATCH 1/1] enable default vhost on non-prod EG servers --- deployment/install-eg.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/deployment/install-eg.sh b/deployment/install-eg.sh index 7a47db2..d51a2f6 100755 --- a/deployment/install-eg.sh +++ b/deployment/install-eg.sh @@ -97,6 +97,7 @@ if [[ ! -n "$PROD" ]] ; then sed -i "s|__NONPROD__|${THISHOST}|g" ${SITECONFIG} done a2ensite eg.conf + a2ensite 499-star.catalogue.libraries.coop.conf fi # set up log rotation -- 2.3.6