You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wonder if it should be possible to add two endpoints which have the same listen path "/" but listen on different hosts? for example the first endpoint listens on "example.org" and the second on "example1.org". As of now it doesn't seem possible?
The text was updated successfully, but these errors were encountered:
on #478 I proposed that this is a bug. You should not be able to add duplicated apis or endpoints for that matter. The current behavior is to override top->bottom on the declaration. If you wish you have the same path on 2 backends, the closest you can get is to set them as backend and round-robin on them
I wonder if it should be possible to add two endpoints which have the same listen path "/" but listen on different hosts? for example the first endpoint listens on "example.org" and the second on "example1.org". As of now it doesn't seem possible?
The text was updated successfully, but these errors were encountered: