routes.yaml 141 B

1234567
  1. "https://{default}/":
  2. type: upstream
  3. upstream: "app:http"
  4. "https://www.{default}/":
  5. type: redirect
  6. to: "https://{default}/"