summaryrefslogtreecommitdiffstats
path: root/debian/apache2.postinst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 21:49:26 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 21:49:26 +0000
commitd1bcc8c774908b0ce97d32291613fb4865cdafe6 (patch)
tree8f9aac55c1cd32c3827367f15983e8890a22130b /debian/apache2.postinst
parentEnabling http2 module. (diff)
downloadapache2-d1bcc8c774908b0ce97d32291613fb4865cdafe6.tar.xz
apache2-d1bcc8c774908b0ce97d32291613fb4865cdafe6.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 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