summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/apache2.postinst3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/apache2.postinst b/debian/apache2.postinst
index e2952ad..bf403f0 100644
--- a/debian/apache2.postinst
+++ b/debian/apache2.postinst
@@ -42,7 +42,8 @@ enable_default_modules()
alias dir autoindex \
env mime negotiation setenvif \
filter deflate \
- status reqtimeout ; do
+ status reqtimeout \
+ headers; do
a2enmod -m -q $module
done
fi