platformsh / cli

The unified tool for managing your Platform.sh services from the command line.
https://docs.platform.sh/administration/cli.html
MIT License
20 stars 6 forks source link

Routes: redirect is from https to https #149

Closed flovntp closed 11 months ago

flovntp commented 11 months ago

it seems that automatic routes block generate a redirect route from https to https but it should be http to https

  "https://www.{default}":
    type: redirect
    to: "https://{default}/"