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 %}