mirror of
https://github.com/symfony/ux.symfony.com.git
synced 2026-03-24 00:02:09 +01:00
Copy .platform folder
This commit is contained in:
12
.platform/routes.yaml
Normal file
12
.platform/routes.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
"https://{all}/":
|
||||
type: upstream
|
||||
upstream: "app:http"
|
||||
|
||||
"http://{all}/":
|
||||
type: redirect
|
||||
to: "https://{all}/"
|
||||
|
||||
|
||||
"https://{all}/.well-known/mercure":
|
||||
type: upstream
|
||||
upstream: "mercure:http"
|
||||
1
.platform/services.yaml
Normal file
1
.platform/services.yaml
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
Reference in New Issue
Block a user