From f9da529749ddd2b11fc58c15b0c09df7f4d3c172 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Sat, 23 Jan 2021 00:15:20 +0100 Subject: [PATCH] Dont send nginx version --- nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx.conf b/nginx.conf index 45ae3b5..5dbe505 100644 --- a/nginx.conf +++ b/nginx.conf @@ -18,6 +18,7 @@ http { tcp_nodelay on; keepalive_timeout 65; types_hash_max_size 2048; + server_tokens off; server_names_hash_bucket_size 64;