summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-08 19:13:09 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-08 19:13:09 +0000
commitcb7c9cc69d21f16c89f97e38211fdd5683e0fd32 (patch)
treebef6ee798da59ebff86412916998e517522cc341 /debian
parentExporting hostname variable in global environment. (diff)
downloadapache2-cb7c9cc69d21f16c89f97e38211fdd5683e0fd32.tar.xz
apache2-cb7c9cc69d21f16c89f97e38211fdd5683e0fd32.zip
Setting ServerTokens to Prod in security.conf.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-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
#