remove XFF from captured headers (they don't matter)
This commit is contained in:
parent
61d796b686
commit
3f5e2a778b
|
@ -32,19 +32,16 @@ data:
|
|||
|
||||
frontend http80
|
||||
bind *:80
|
||||
http-request capture req.hdr(X-Forwarded-For) len 64
|
||||
http-request capture req.hdr(Host) len 255
|
||||
http-request redirect scheme https
|
||||
|
||||
frontend https443
|
||||
bind *:443 ssl crt /ssl-tmp/tls.pem
|
||||
http-request capture req.hdr(X-Forwarded-For) len 64
|
||||
http-request capture req.hdr(Host) len 255
|
||||
default_backend httpnodes
|
||||
|
||||
frontend proxy443
|
||||
frontend proxy4443
|
||||
bind *:4443 ssl crt /ssl-tmp/tls.pem accept-proxy
|
||||
http-request capture req.hdr(X-Forwarded-For) len 64
|
||||
http-request capture req.hdr(Host) len 255
|
||||
default_backend httpnodes
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user