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 | 19f52ed7a0b2b8c37a87c99a5079d81701b628f1 (patch) | |
tree | 80b3275b3e7ff00db7da25e16b93eef9715355d3 | |
parent | Enabling headers module. (diff) | |
download | apache2-19f52ed7a0b2b8c37a87c99a5079d81701b628f1.tar.xz apache2-19f52ed7a0b2b8c37a87c99a5079d81701b628f1.zip |
Enabling http2 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 389c8b6..dfb55e3 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; do + headers http2; do a2enmod -m -q $module done fi |