summaryrefslogtreecommitdiffstats
path: root/update_jdn.sh
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-05-08 01:20:18 +0200
committerHolger Levsen <holger@layer-acht.org>2015-05-08 12:01:51 +0200
commit7d3285b3416facabe697834cbf00e06f6b51a715 (patch)
tree494ce22355896dc84ea0c9a9bd2862b846aaa66a /update_jdn.sh
parent034747b1e7f1e154619f9034111d64cdf02ca869 (diff)
downloadjenkins.debian.net-7d3285b3416facabe697834cbf00e06f6b51a715.tar.xz
apache: try again to teach apache how to serve compressed files, with the correct apache 2.2 syntax
Diffstat (limited to 'update_jdn.sh')
-rwxr-xr-xupdate_jdn.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/update_jdn.sh b/update_jdn.sh
index 68e686ea..a7e824b4 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -204,6 +204,7 @@ if [ ! -e /etc/apache2/mods-enabled/proxy.load ] ; then
sudo a2enmod ssl
sudo a2enmod headers
sudo a2enmod macro
+ sudo a2enmod filter
fi
sudo chown root.root /etc/sudoers.d/jenkins ; sudo chmod 700 /etc/sudoers.d/jenkins
sudo chown root.root /etc/sudoers.d/jenkins-adm ; sudo chmod 700 /etc/sudoers.d/jenkins-adm