79072948

Date: 2024-10-10 06:23:50
Score: 1
Natty:
Report link

It works for two different domains. You have to have a dispatch.yaml only at the root of the default site.

dispatch:
  # send all default_site.com requests to default service.
  - url: "default_site.com/*"
    service: default

  # send all another_site.com requests to another_site service.
  - url: "nother_site.com/*"
    service: another_site
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: agir