From 522875ebfc725fb82faf0d14f0d8a6ab1d21099d Mon Sep 17 00:00:00 2001 From: Chris Wells Date: Mon, 30 Oct 2017 19:57:53 -0400 Subject: [PATCH] fixing dupe tokens --- templates/nginx.conf.j2 | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/nginx.conf.j2 b/templates/nginx.conf.j2 index ac1aaea..b13be94 100644 --- a/templates/nginx.conf.j2 +++ b/templates/nginx.conf.j2 @@ -48,8 +48,6 @@ http { keepalive_timeout {{ nginx_keepalive_timeout }}; keepalive_requests {{ nginx_keepalive_requests }}; - - server_tokens {{ nginx_server_tokens }}; {% if nginx_proxy_cache_path %} proxy_cache_path {{ nginx_proxy_cache_path }}; {% endif %}