HA Proxy Configure with multiple ports

Hi.
Just add more bind lines at the same frontend. Like this:
bind *:443
bind *:2375
bind *:2376
bind *:2377

Each bind line just adding a new binding (it’s not replacing the existing one and this is not an error).
Best Regards.