Add Platform.sh configuration

This commit is contained in:
2024-07-27 20:42:36 -04:00
parent a29b3faaf5
commit 68237caa11
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}/" }