Hello, We have Ngnix proxy backend server proxying request for zimbra. We have haproxy servers above the Ngnix proxies.
Due some code within zimbra, zimbra is unable to accept set header/ add header
from haproxy, so thinking of removing, could you elaborate on how this below
line works with example.
http-request set-header X-Forwarded-Port %[dst_port]
http-request add-header X-Forwarded-Proto https if { ssl_fc }

