summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 07:22:13 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 07:22:13 +0000
commit1ed5aae65be02affaad8327d509b9003e780c4e8 (patch)
tree89c7b72b61985cf0566d892c3bf28b914306d885
parentEnabling http2 module. (diff)
downloadapache2-1ed5aae65be02affaad8327d509b9003e780c4e8.tar.xz
apache2-1ed5aae65be02affaad8327d509b9003e780c4e8.zip
Enabling rewrite module.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/apache2.postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/apache2.postinst b/debian/apache2.postinst
index 8217f6a..6c38911 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