diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-07 02:05:59 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-07 02:05:59 +0000 |
commit | a04e466d7b201dcaa523982ea3098081949727ac (patch) | |
tree | 111ff941b109b9f0f784d440ff6a543525aa44f3 | |
parent | Enabling rewrite module. (diff) | |
download | apache2-a04e466d7b201dcaa523982ea3098081949727ac.tar.xz apache2-a04e466d7b201dcaa523982ea3098081949727ac.zip |
Enabling ssl module.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/apache2.postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/apache2.postinst b/debian/apache2.postinst index 44ef975..bf28702 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 |