set server_tokens to 'off' to prevent information disclosure.

This commit is contained in:
Frank Wettstein 2023-06-16 22:29:17 +02:00
parent 13b29b765d
commit 2e781804d9
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ nginx_tcp_nodelay: "on"
nginx_keepalive_timeout: "75"
nginx_keepalive_requests: "600"
nginx_server_tokens: "on"
nginx_server_tokens: "off"
nginx_client_max_body_size: "64m"