Comparison HRM vs nginx(+) vs traefic

I am looking for an alternative solution to a HRM?
Do you have any leads or comparisons (advantages / disadvantages) of hrm / nginx / traefic or other solutions?
thank you.

It seems like HAProxy and Traefik are just concerned with stuff like load balancing and reverse proxying and it looks like they’ll handle SSL termination as well. Where as Nginx will do this AND handle HTTP traffic in a sane way (buffering client I/O, serving static assets, etc).

Thank you for your comment, do you have configuration examples that explain HTTP traffic with nginx?
would it be necessary to migrate to a solution other than the HRM of docker swarm in a production environment?
What does docker recommend as a solution?
thank you.