mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-21 00:17:38 +00:00
6 lines
193 B
Plaintext
6 lines
193 B
Plaintext
{%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 %}
|