From fe1bea2ea77e56edb47c81c059013819e7ed6007 Mon Sep 17 00:00:00 2001 From: Andrey Arapov Date: Wed, 20 Apr 2016 19:22:45 +0200 Subject: [PATCH] hide nginx version --- nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx.conf b/nginx.conf index bde1a96..891820e 100644 --- a/nginx.conf +++ b/nginx.conf @@ -20,5 +20,6 @@ http { sendfile on; keepalive_timeout 65; gzip on; + server_tokens off; include conf.d/*.conf; }