You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to add a subdomain blocks.imagewize.com to same Trellis project where I had imagewize.com. So I added it using composer create-project roots/bedrock blocks . I also adjusted the wordpress_sites.yaml
Summary
I wanted to add a subdomain
blocks.imagewize.com
to same Trellis project where I hadimagewize.com
. So I added it usingcomposer create-project roots/bedrock blocks
. I also adjusted thewordpress_sites.yaml
I wanted to restart the vm so did
trellis vm start
. But instead of restarting the existingimagewize.com
virtual machine it created a new machineAnd that also caused load issues as I guess the Nginx configuration of the existing virtual machine and new one clashed.
But main issue is that I need to be able to run multiple sites on one Trellis setup and so also on one macOS virtual machine.
Additional context
Also see https://discourse.roots.io/t/trellis-vm-main-domain-subdomain-same-virtual-machine/29340 where I wrote a bit more
The text was updated successfully, but these errors were encountered: