Update routes.yaml
This commit is contained in:
parent
fa5de76d5a
commit
17b4680174
|
@ -1,10 +1,10 @@
|
||||||
"https://{default}/":
|
"https://www.{default}/":
|
||||||
type: upstream
|
type: upstream
|
||||||
upstream: "app:http"
|
upstream: "app:http"
|
||||||
cache:
|
cache:
|
||||||
enabled: true
|
enabled: true
|
||||||
cookies: ['/^SS?ESS/', '/^Drupal.visitor/']
|
cookies: ['/^SS?ESS/', '/^Drupal.visitor/']
|
||||||
|
|
||||||
"https://www.{default}/":
|
"https://{default}/":
|
||||||
type: redirect
|
type: redirect
|
||||||
to: "https://{default}/"
|
to: "https://www.{default}/"
|
||||||
|
|
Loading…
Reference in a new issue