add more options to stream proxying
This commit is contained in:
parent
e26ef3022e
commit
08c567f7af
2 changed files with 4 additions and 0 deletions
|
|
@ -10,6 +10,8 @@ server {
|
|||
|
||||
proxy_pass {{ stream.proxy_pass }};
|
||||
proxy_protocol {{ stream.proxy_protocol }};
|
||||
proxy_connect_timeout {{ stream.proxy_connect_timeout }};
|
||||
proxy_next_upstream_tries {{ stream.proxy_next_upstream_tries }};
|
||||
|
||||
{% for c in stream.custom|default([]) %}
|
||||
{{ c }};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue