summaryrefslogtreecommitdiffstats
path: root/debian/apache2.postinst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 21:49:27 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 21:49:27 +0000
commitbe28eda11e61b78bdc5d894e8139c95b82d03f7f (patch)
treeb0703d31a6e71af01d26807ab0b9d8e5069b2550 /debian/apache2.postinst
parentEnabling rewrite module. (diff)
downloadapache2-be28eda11e61b78bdc5d894e8139c95b82d03f7f.tar.xz
apache2-be28eda11e61b78bdc5d894e8139c95b82d03f7f.zip
Enabling ssl 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 d871928..89ea87a 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 rewrite; do
+ headers http2 rewrite ssl; do
a2enmod -m -q $module
done
fi