Files
nginx-proxy-manager/backend/templates/_stream_proxy_protocol.conf
2022-10-10 13:59:59 -06:00

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 %}