-
-
Notifications
You must be signed in to change notification settings - Fork 4
Unable to add route via proxy when using Lagoon integration #6
Copy link
Copy link
Open
Labels
Description
When using the Lando Lagoon integration, we should be able to add a custom route (either lndo.site or custom DNS) as per https://docs.lando.dev/guides/lando-101/lando-proxy.html
However, when trying this, even with a vanilla project (such as https://github.com/amazeeio/drupal-example-simple) the custom routes defined in the .lando.yml are not usable - but the default routes (eg mailhog) are.
name: drupal8-example-simple
recipe: lagoon
config:
flavor: drupal
build:
- composer install
proxy:
nginx:
- abcde.lndo.site
I have tested alongside this with a default (non-lagoon) Lando project and it all works as expected as per documentation.
Reactions are currently unavailable
