mirror of
https://github.com/umami-software/umami.git
synced 2026-02-14 17:45:38 +01:00
feat: add platformsh config
This commit is contained in:
parent
b006747a45
commit
f4025098e9
4 changed files with 102 additions and 0 deletions
7
.platform/routes.yaml
Normal file
7
.platform/routes.yaml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
"https://{default}/":
|
||||
type: upstream
|
||||
upstream: "app:http"
|
||||
|
||||
"https://www.{default}/":
|
||||
type: redirect
|
||||
to: "https://{default}/"
|
||||
Loading…
Add table
Add a link
Reference in a new issue