From b4fb76581d4c0eaecf5a2060f16a2f6f7410f6d8 Mon Sep 17 00:00:00 2001 From: Andrey Arapov Date: Fri, 20 May 2016 15:48:39 +0200 Subject: [PATCH] server_tokens should be set in conf.d --- nginx.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 891820e..bde1a96 100644 --- a/nginx.conf +++ b/nginx.conf @@ -20,6 +20,5 @@ http { sendfile on; keepalive_timeout 65; gzip on; - server_tokens off; include conf.d/*.conf; }