diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 07:22:13 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 07:22:13 +0000 |
commit | 509ee929b79e64c131de2f71428f4390859ed387 (patch) | |
tree | 8ab61f153e557735eec025c8da27076f56b88ecd /debian | |
parent | Enabling rewrite module. (diff) | |
download | apache2-509ee929b79e64c131de2f71428f4390859ed387.tar.xz apache2-509ee929b79e64c131de2f71428f4390859ed387.zip |
Enabling ssl module.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-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 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 |