mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-05-01 11:32:28 +00:00
Closes #1114 Related To #1882 Related To #3537 Related To #3618 Co-authored-by: jwklijnsma <janwiebe@janwiebe.eu> Co-authored-by: SBado <16034687+SBado@users.noreply.github.com>
6 lines
210 B
Plaintext
6 lines
210 B
Plaintext
{% if proxy_protocol_enabled == 1 or proxy_protocol_enabled == true %}
|
|
{% if loadbalancer_address != '' %}
|
|
set_real_ip_from {{ loadbalancer_address }};
|
|
real_ip_header proxy_protocol;
|
|
{% endif %}
|
|
{% endif %} |