mirror of
https://github.com/Lissy93/dashy.git
synced 2026-01-06 16:04:40 +01:00
platform.sh crap
This commit is contained in:
parent
1e460f321f
commit
1610be6049
1 changed files with 7 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…
Reference in a new issue