From b29a77ff32fef800148c6d101c0c5d19216b89e5 Mon Sep 17 00:00:00 2001 From: lpautasso Date: Thu, 17 Aug 2023 15:51:52 +0200 Subject: [PATCH] Increase apache security --- docker/apache/apache2.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/apache/apache2.conf b/docker/apache/apache2.conf index 43928eb7ea..7a4cad6e22 100644 --- a/docker/apache/apache2.conf +++ b/docker/apache/apache2.conf @@ -11,7 +11,8 @@ KeepAlive Off MaxKeepAliveRequests 100 KeepAliveTimeout 15 LimitRequestFieldSize 8190 - +ServerSignature Off +ServerTokens Prod User www-data Group www-data