diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 15:17:15 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 15:17:15 +0000 |
commit | 1c1cf140fa898733a27c267c119fcee8ca656608 (patch) | |
tree | 5274f58338922748388140559ffbfb53febc6435 | |
parent | Enabling rewrite module. (diff) | |
download | apache2-1c1cf140fa898733a27c267c119fcee8ca656608.tar.xz apache2-1c1cf140fa898733a27c267c119fcee8ca656608.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 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 |