diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 21:49:26 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 21:49:26 +0000 |
commit | 1555e4fc56973a64427611e26684a2ede4048adb (patch) | |
tree | b0ec406472d10add33729f34ffa6dd95464f45c1 /debian/apache2.postinst | |
parent | Enabling headers module. (diff) | |
download | apache2-1555e4fc56973a64427611e26684a2ede4048adb.tar.xz apache2-1555e4fc56973a64427611e26684a2ede4048adb.zip |
Enabling http2 module.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/apache2.postinst')
-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 |