Files
guestbook/.platform/routes.yaml

3 lines
117 B
YAML

"https://{all}/": { type: upstream, upstream: "app:http" }
"http://{all}/": { type: redirect, to: "https://{all}/" }