Update routes.yaml
This commit is contained in:
parent
fa5de76d5a
commit
17b4680174
|
@ -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}/"
|
||||
|
|
Loading…
Reference in a new issue