-
-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Description
I'm not a linux guy but I've been forced into it. I used to have a Windows laptop and I had Lando running easy peasy in WSL2.
Now I'm working on a pure Debian box and having some troubles.
Using the WordPress recipe, I can spin up a WordPress site and access it using the localhost url. For example, I created a site called corridor-soccer and http://localhost:32825 works fine, but when I try to access http://corridor-soccer.lndo.site, it automatically redirects to http://corridor-soccer.lndo.site:32777 and says the site can't be reached.
My lando.yml file is default:
name: corridor-soccer
recipe: wordpress
config:
webroot: .
This is really annoying. I can make it work but I would much rather use the nice domains instead of the localhost ones.