summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 15:17:09 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 15:17:09 +0000
commit1a9a0e93064a8d272bb4b0360c81ee053e17ec35 (patch)
tree80480e9e65bba01354a7f44903cb44f8defa4170
parentExporting hostname variable in global environment. (diff)
downloadapache2-1a9a0e93064a8d272bb4b0360c81ee053e17ec35.tar.xz
apache2-1a9a0e93064a8d272bb4b0360c81ee053e17ec35.zip
Setting ServerTokens to Prod in security.conf.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/config-dir/conf-available/security.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/config-dir/conf-available/security.conf b/debian/config-dir/conf-available/security.conf
index cad7dc1..bded387 100644
--- a/debian/config-dir/conf-available/security.conf
+++ b/debian/config-dir/conf-available/security.conf
@@ -9,7 +9,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
#