5 lines
193 B
Text
5 lines
193 B
Text
{%if stream_allow_proxy_protocol == 1 or stream_allow_proxy_protocol == true %}
|
|
{% if stream_load_balancer_ip != '' %}
|
|
set_real_ip_from {{ stream_load_balancer_ip }};
|
|
{% endif %}
|
|
{% endif %}
|