-
Notifications
You must be signed in to change notification settings - Fork 852
Closed
Labels
Description
I have a remap on a child node that looks like this -
map http://something.some.com/ http://something.some.com/
On parent node, the respective mapping is
map http://something.some.com/ http://originserver.com/
I currently have only one parent configured in parent.config, so if for some reason the parent server fails,
ATS tries to DNS resolve something.some.com - this is problematic for me.
something.some.com when DNS resolved, points to the child server itself. This results in a 404 Multi Hop.
How can I avoid this?
Reactions are currently unavailable