diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-07 02:05:59 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-07 02:05:59 +0000 |
commit | 4d571c6d9fcdecb36854bd4ba3efe069a0fd22db (patch) | |
tree | fcc13733cfcfe04dc7f1a6f2dd1913a98905fb1c /debian/apache2.postinst | |
parent | Enabling http2 module. (diff) | |
download | apache2-4d571c6d9fcdecb36854bd4ba3efe069a0fd22db.tar.xz apache2-4d571c6d9fcdecb36854bd4ba3efe069a0fd22db.zip |
Enabling rewrite 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 dfb55e3..44ef975 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 http2; do + headers http2 rewrite; do a2enmod -m -q $module done fi |