mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-06-18 02:06:25 +00:00
7 lines
201 B
Plaintext
7 lines
201 B
Plaintext
{% if enable_proxy_protocol == 1 or enable_proxy_protocol == true %}
|
|
{% if load_balancer_ip != '' %}
|
|
set_real_ip_from {{ load_balancer_ip }};
|
|
real_ip_header proxy_protocol;
|
|
{% endif %}
|
|
{% endif %}
|