From 0e2a24b15989987c53d8e04b6de04b08e7f56309 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 09:22:13 +0200 Subject: Enabling headers module. Signed-off-by: Daniel Baumann --- debian/apache2.postinst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/apache2.postinst b/debian/apache2.postinst index ab504a4..68b1cbb 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 -- cgit v1.2.3