You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"X-Forwarded-Port=<port|auto> sets X-Forwarded-Port value, use 'auto' to detect from the listener address\n"+
507
+
"X-Forwarded-Proto=<http|https|auto> sets X-Forwarded-Proto value, use 'auto' to detect from TLS state")
508
508
flag.Var(cfg.ForwardedHeadersExcludeCIDRList, "forwarded-headers-exclude-cidrs", "disables addition of forwarded headers for the remote host IPs from the comma separated list of CIDRs")
509
509
510
510
flag.BoolVar(&cfg.NormalizeHost, "normalize-host", false, "converts request host to lowercase and removes port and trailing dot if any")
0 commit comments