From 442baa0276145842df83777a8ec66bc21bd0ab5e Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 6 Nov 2014 13:35:37 -0500 Subject: [PATCH] trusty: enable apache deflate mod Signed-off-by: Bill Erickson --- installer/trusty/eg_trusty_installer.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/installer/trusty/eg_trusty_installer.sh b/installer/trusty/eg_trusty_installer.sh index eea568733..cf496b29b 100755 --- a/installer/trusty/eg_trusty_installer.sh +++ b/installer/trusty/eg_trusty_installer.sh @@ -508,6 +508,8 @@ function configure_apache { echo Return Value = $? a2enmod headers echo Return Value = $? + a2enmod deflate + echo Return Value = $? a2dissite 000-default echo Return Value = $? a2ensite eg.conf -- 2.11.0