fixing dupe tokens

pull/129/head
Chris Wells 7 years ago
parent 1bde10011b
commit 522875ebfc
No known key found for this signature in database
GPG Key ID: D22385942F77477C
  1. 2
      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 %}