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 | cfb2668ea80f4f5c6e7760f09c61bad0f6327dc5 (patch) | |
tree | 1391aff5ed533266448fd541b4332ce52462fd4e | |
parent | Setting X-XSS-Protection to "1; mode=block". (diff) | |
download | apache2-cfb2668ea80f4f5c6e7760f09c61bad0f6327dc5.tar.xz apache2-cfb2668ea80f4f5c6e7760f09c61bad0f6327dc5.zip |
Enabling headers module.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/apache2.postinst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/apache2.postinst b/debian/apache2.postinst index e2952ad..bf403f0 100644 --- a/debian/apache2.postinst +++ b/debian/apache2.postinst @@ -42,7 +42,8 @@ enable_default_modules() alias dir autoindex \ env mime negotiation setenvif \ filter deflate \ - status reqtimeout ; do + status reqtimeout \ + headers; do a2enmod -m -q $module done fi |