11 lines
226 B
YAML
11 lines
226 B
YAML
"https://www.{default}/":
|
|
type: upstream
|
|
upstream: "app:http"
|
|
cache:
|
|
enabled: true
|
|
cookies: ['/^SS?ESS/', '/^Drupal.visitor/']
|
|
|
|
"https://{default}/":
|
|
type: redirect
|
|
to: "https://www.{default}/"
|