Add Platform.sh configuration

This commit is contained in:
2024-07-03 10:11:26 +02:00
parent 1c864f11f6
commit 9c9dc52938
4 changed files with 82 additions and 0 deletions

2
.platform/routes.yaml Normal file
View File

@@ -0,0 +1,2 @@
"https://{all}/": { type: upstream, upstream: "app:http" }
"http://{all}/": { type: redirect, to: "https://{all}/" }