tmp-platform-swr/.platform/routes.yaml

12 lines
258 B
YAML
Raw Normal View History

2021-03-08 03:43:53 +00:00
# The routes of the project.
#
# Each route describes how an incoming URL is going
# to be processed by Platform.sh.
"https://{default}/":
type: upstream
upstream: "app:http"
"https://www.{default}/":
type: redirect
to: "https://{default}/"