From cde76dc73c36c565772ba8970bf666d13c596c8d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 09:22:07 +0200 Subject: Setting ServerTokens to Prod in security.conf. Signed-off-by: Daniel Baumann --- debian/config-dir/conf-available/security.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/config-dir/conf-available/security.conf b/debian/config-dir/conf-available/security.conf index f9f69d4..e99595a 100644 --- a/debian/config-dir/conf-available/security.conf +++ b/debian/config-dir/conf-available/security.conf @@ -22,7 +22,7 @@ # Set to one of: Full | OS | Minimal | Minor | Major | Prod # where Full conveys the most information, and Prod the least. #ServerTokens Minimal -ServerTokens OS +ServerTokens Prod #ServerTokens Full # -- cgit v1.2.3