summaryrefslogtreecommitdiffstats
path: root/debian/apache2.postinst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-07 02:05:59 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-07 02:05:59 +0000
commit4d571c6d9fcdecb36854bd4ba3efe069a0fd22db (patch)
treefcc13733cfcfe04dc7f1a6f2dd1913a98905fb1c /debian/apache2.postinst
parentEnabling http2 module. (diff)
downloadapache2-4d571c6d9fcdecb36854bd4ba3efe069a0fd22db.tar.xz
apache2-4d571c6d9fcdecb36854bd4ba3efe069a0fd22db.zip
Enabling rewrite module.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--debian/apache2.postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/apache2.postinst b/debian/apache2.postinst
index dfb55e3..44ef975 100644
--- a/debian/apache2.postinst
+++ b/debian/apache2.postinst
@@ -43,7 +43,7 @@ enable_default_modules()
env mime negotiation setenvif \
filter deflate \
status reqtimeout \
- headers http2; do
+ headers http2 rewrite; do
a2enmod -m -q $module
done
fi