diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-08 19:13:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-08 19:13:14 +0000 |
commit | 74a2a5ad7609036051b10277eccb365dde25bad3 (patch) | |
tree | 09a4187db69bc48c8be3be743c66beb748bf3256 /debian/apache2.postinst | |
parent | Enabling http2 module. (diff) | |
download | apache2-74a2a5ad7609036051b10277eccb365dde25bad3.tar.xz apache2-74a2a5ad7609036051b10277eccb365dde25bad3.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 e696acb..d871928 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 |