oliverdavies.uk-drupal-old/.platform/routes.yaml

11 lines
226 B
YAML
Raw Normal View History

2021-02-22 02:07:58 +00:00
"https://www.{default}/":
2021-02-10 10:54:20 +00:00
type: upstream
upstream: "app:http"
cache:
enabled: true
cookies: ['/^SS?ESS/', '/^Drupal.visitor/']
2021-02-22 02:07:58 +00:00
"https://{default}/":
2021-02-10 10:54:20 +00:00
type: redirect
2021-02-22 02:07:58 +00:00
to: "https://www.{default}/"