summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-08 19:13:15 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-08 19:13:15 +0000
commitaa8f130fe346bf33eb27d546c9f3b9aec02cb24e (patch)
tree80586f9cdc4bf16ece26e45f482fc3745de8ac2c
parentEnabling rewrite module. (diff)
downloadapache2-aa8f130fe346bf33eb27d546c9f3b9aec02cb24e.tar.xz
apache2-aa8f130fe346bf33eb27d546c9f3b9aec02cb24e.zip
Enabling ssl 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 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