Hansana Bandara
Hansana Bandara

Reputation: 36

How to haproxy configure for multiple port

http://example.com ------ > X.X.X.X:80 http://example.com:8080 --------> X.X.X.X:8080

How I configure this on haproxy?

Upvotes: 1

Views: 843

Answers (1)

Inc0
Inc0

Reputation: 809

Look for

bind

in the frontend configuration (https://www.haproxy.com/blog/the-four-essential-sections-of-an-haproxy-configuration/).

Upvotes: 1

Related Questions