From c291ac57bda71a04ad80ce05c5123cb92fc70c85 Mon Sep 17 00:00:00 2001 From: Jan Kohlbach Date: Wed, 31 May 2023 11:34:31 +0200 Subject: [PATCH] test --- .platform/routes.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.platform/routes.yaml b/.platform/routes.yaml index e69de29bb..a9181e0c2 100644 --- a/.platform/routes.yaml +++ b/.platform/routes.yaml @@ -0,0 +1,7 @@ +"https://{default}/": + type: upstream + upstream: "app:http" + +"https://www.{default}/": + type: redirect + to: "https://{default}/"