mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-22 08:40:03 +01:00
13 lines
259 B
YAML
13 lines
259 B
YAML
# 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}/'
|