Update routes.yaml

This commit is contained in:
Oliver Davies 2021-02-22 02:07:58 +00:00
parent fa5de76d5a
commit 17b4680174

View file

@ -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}/"