From 17b4680174c4ad013794f25f50fa4369c0ce2210 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 22 Feb 2021 02:07:58 +0000 Subject: [PATCH] Update routes.yaml --- .platform/routes.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.platform/routes.yaml b/.platform/routes.yaml index a876694..cb9aaeb 100644 --- a/.platform/routes.yaml +++ b/.platform/routes.yaml @@ -1,10 +1,10 @@ -"https://{default}/": +"https://www.{default}/": type: upstream upstream: "app:http" cache: enabled: true cookies: ['/^SS?ESS/', '/^Drupal.visitor/'] -"https://www.{default}/": +"https://{default}/": type: redirect - to: "https://{default}/" + to: "https://www.{default}/"