From cfb2668ea80f4f5c6e7760f09c61bad0f6327dc5 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 17:17:14 +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 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 -- cgit v1.2.3