diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-08 19:13:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-08 19:13:14 +0000 |
commit | 9a8df54b47c5a4f5bfa7d0569d6a5860bbc570fc (patch) | |
tree | 19d02633a2e5dfc4677303b9d2310b021bbd9662 | |
parent | Enabling headers module. (diff) | |
download | apache2-9a8df54b47c5a4f5bfa7d0569d6a5860bbc570fc.tar.xz apache2-9a8df54b47c5a4f5bfa7d0569d6a5860bbc570fc.zip |
Enabling http2 module.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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 bf403f0..e696acb 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 |