From 5acee285dd727b28d8b0d09c0022963bb002858c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 09:22:13 +0200 Subject: Enabling http2 module. Signed-off-by: Daniel Baumann --- debian/apache2.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3