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 | 5acee285dd727b28d8b0d09c0022963bb002858c (patch) | |
tree | be56942b58446c1ffdcf6c3887e232da563fb1da | |
parent | Enabling headers module. (diff) | |
download | apache2-5acee285dd727b28d8b0d09c0022963bb002858c.tar.xz apache2-5acee285dd727b28d8b0d09c0022963bb002858c.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 68b1cbb..8217f6a 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 |