Homestead: How would I map multiple domains to the same path? Homestead: How would I map multiple domains to the same path? nginx nginx

Homestead: How would I map multiple domains to the same path?


Just a guess, but how about

sites:    - map: main-url.app      to: /Code/Laravel/public    - map: sub.main-url.app      to: /Code/Laravel/public    - map: another-domain.app      to: /Code/Laravel/public


run the vagrant provision terminal command from your Homestead directory.