@thiago.daconceicao wrote:
How I do to HAProxy starts to logging msg in syslog or another file?
I would like to know the origins of the connections and how this data traffic is being handled
I'm using HAprxy 1.5.4 on a CentOS 6.8My haproxy.cfg like it:
global
log 127.0.0.1 local2defaults
mode http
log global
option httplogfrontend main
bind *:13095 ssl crt /etc/ssl/certs/private/192.168.242.60.pem
option httplog
log global
reqadd X-Forwarded-Proto:\ https
default_backend mainThanks all for your reply.
Posts: 4
Participants: 2