Update templates/nginx.conf.j2 with send_timeout variable.

pull/218/head
Brian Wells 3 years ago
parent d3baaf9908
commit 125f182635
  1. 2
      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 }};