mlibbey commented on issue #8020: URL: https://github.com/apache/trafficserver/issues/8020#issuecomment-871512905
We: - in remap.config the inbound domain to the same domain. Like `map http://example.com/ http://example.com` - use parent.config (https://docs.trafficserver.apache.org/en/9.0.x/admin-guide/files/parent.config.en.html) to balance the next hops: `dest_host=example.com scheme=http parent="machine1.example.com:80,machine2.example.com:80" round_robin=strict go_direct=false` In the latest ATS, there is a nicer strategies.yaml https://docs.trafficserver.apache.org/en/9.0.x/admin-guide/files/strategies.yaml.en.html that can be referred to directly in the remap line. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
