Hello cloud
This commit is contained in:
12
.platform/routes.yaml
Normal file
12
.platform/routes.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
# The routes of the project.
|
||||
#
|
||||
# Each route describes how an incoming URL is going
|
||||
# to be processed by Platform.sh.
|
||||
|
||||
"https://{default}/":
|
||||
type: upstream
|
||||
upstream: "app:http"
|
||||
|
||||
"https://www.{default}/":
|
||||
type: redirect
|
||||
to: "https://{default}/"
|
||||
0
.platform/services.yaml
Normal file
0
.platform/services.yaml
Normal file
Reference in New Issue
Block a user