mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
disable Apache server signature
Sending the server signature is unnecessary and might leak some internal information (although ServerTokens is already set to "Prod"). Signed-off-by: Peter Müller <peter.mueller@link38.eu> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
3f42cf5cb9
commit
51bf74a1c8
@@ -1,5 +1,5 @@
|
||||
Timeout 300
|
||||
ServerSignature on
|
||||
ServerSignature off
|
||||
UseCanonicalName off
|
||||
ServerTokens Prod
|
||||
LogLevel warn
|
||||
|
||||
Reference in New Issue
Block a user