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

This commit is contained in:
Brian Wells 2021-03-25 14:44:14 -05:00
parent d3baaf9908
commit 125f182635
1 changed files with 2 additions and 0 deletions

View File

@ -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 }};