diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 21:49:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 21:49:27 +0000 |
commit | be28eda11e61b78bdc5d894e8139c95b82d03f7f (patch) | |
tree | b0703d31a6e71af01d26807ab0b9d8e5069b2550 | |
parent | Enabling rewrite module. (diff) | |
download | apache2-be28eda11e61b78bdc5d894e8139c95b82d03f7f.tar.xz apache2-be28eda11e61b78bdc5d894e8139c95b82d03f7f.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 |