diff --git a/.platform/routes.yaml b/.platform/routes.yaml index 3f9fe01..1d049e1 100644 --- a/.platform/routes.yaml +++ b/.platform/routes.yaml @@ -3,11 +3,10 @@ # Each route describes how an incoming URL is going # to be processed by Platform.sh. -"https://www.{default}/": +"https://{default}/": type: upstream upstream: "app:http" -"https://{default}/": +"http://{default}/": type: redirect - to: "https://www.{default}/" - + to: "https://{default}/"