9 lines
225 B
YAML
9 lines
225 B
YAML
# Each route describes how an incoming URL will be processed by Platform.sh.
|
|
|
|
"https://{default}/":
|
|
type: upstream
|
|
upstream: "ll_project:http"
|
|
|
|
"https://www.{default}/":
|
|
type: redirect
|
|
to: "https://{default}/" |