summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 15:17:15 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 15:17:15 +0000
commit851a7d58bff03c9913a7968c9efc6fe8516d344e (patch)
treeaadea37289b286da470297df8b39076fcb2931b9
parentEnabling http2 module. (diff)
downloadapache2-851a7d58bff03c9913a7968c9efc6fe8516d344e.tar.xz
apache2-851a7d58bff03c9913a7968c9efc6fe8516d344e.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 e696acb..d871928 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