Add variable

This commit is contained in:
phil 2023-03-11 19:39:40 +01:00
parent 6fbff41f0b
commit 0d87bf0d97
2 changed files with 3 additions and 0 deletions

View file

@ -20,3 +20,5 @@ proxy_buffering off;
proxy_connect_timeout 600;
proxy_send_timeout 600;
proxy_read_timeout 600;
proxy_headers_hash_bucket_size {{ nginx_proxy_header_hash_bucket_size | default(64) }};