Update routes.yaml
This commit is contained in:
parent
fa5de76d5a
commit
17b4680174
1 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue