From 55b9801aa47cbc12c3959a62ca090705d8414e28 Mon Sep 17 00:00:00 2001 From: Markus Hauschild Date: Thu, 18 Jun 2020 18:06:43 +0200 Subject: [PATCH] nginx: hide version --- roles/nginx/files/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/nginx/files/nginx.conf b/roles/nginx/files/nginx.conf index e73494b..7f8feee 100644 --- a/roles/nginx/files/nginx.conf +++ b/roles/nginx/files/nginx.conf @@ -19,7 +19,7 @@ http { tcp_nodelay on; keepalive_timeout 65; types_hash_max_size 2048; - # server_tokens off; + server_tokens off; # server_names_hash_bucket_size 64; # server_name_in_redirect off;