From 1610be6049d9dcd6faf8dd7662166cd447278088 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 12 Jun 2021 18:51:00 +0100 Subject: [PATCH] platform.sh crap --- .platform/routes.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .platform/routes.yaml diff --git a/.platform/routes.yaml b/.platform/routes.yaml new file mode 100644 index 00000000..a22207bf --- /dev/null +++ b/.platform/routes.yaml @@ -0,0 +1,7 @@ +"https://{default}/": + type: upstream + upstream: "app:http" + +"https://www.{default}/": + type: redirect + to: "https://{default}/" \ No newline at end of file