diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 15:17:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 15:17:14 +0000 |
commit | 45dadd19ede62534c04cc05cc4df59091b8284eb (patch) | |
tree | 5f0d3ab8f6a84de92faca237414ca4162c67e31c | |
parent | Enabling headers module. (diff) | |
download | apache2-45dadd19ede62534c04cc05cc4df59091b8284eb.tar.xz apache2-45dadd19ede62534c04cc05cc4df59091b8284eb.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 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 |