Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
21 lines
547 B
YAML
21 lines
547 B
YAML
# 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}/"
|
|
"https://{default}/.well-known/carddav":
|
|
type: redirect
|
|
to: "https://{default}/dav"
|
|
"https://{default}/.well-known/caldav":
|
|
type: redirect
|
|
to: "https://{default}/dav"
|
|
"https://{default}/.well-known/security.txt":
|
|
type: redirect
|
|
to: "https://{default}/security.txt"
|