diff --git a/templates/nginx.conf.j2 b/templates/nginx.conf.j2 index 7cdec60..6db48c1 100644 --- a/templates/nginx.conf.j2 +++ b/templates/nginx.conf.j2 @@ -40,6 +40,8 @@ http { keepalive_timeout {{ nginx_keepalive_timeout }}; keepalive_requests {{ nginx_keepalive_requests }}; + send_timeout {{ nginx_send_timeout }}; + server_tokens {{ nginx_server_tokens }}; {% if nginx_proxy_cache_path %} proxy_cache_path {{ nginx_proxy_cache_path }};