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
commit509ee929b79e64c131de2f71428f4390859ed387 (patch)
tree8ab61f153e557735eec025c8da27076f56b88ecd
parentEnabling rewrite module. (diff)
downloadapache2-509ee929b79e64c131de2f71428f4390859ed387.tar.xz
apache2-509ee929b79e64c131de2f71428f4390859ed387.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 6c38911..d775cf2 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