Closed nielslange closed 3 years ago
Hmm, it sounds like maybe there isn't an Nginx config for the site. IIRC, there should be one in /etc/nginx/custom-sites
, similar to the sites that are working.
These might also help:
curl -i http://wordpressorg.test/
ls -l /etc/nginx/*
cat /var/log/nginx/error.log
(that may not be the exact filename)Thanks for your quick reply, @iandunn, and happy new year! It indeed seems like there is no Nginx config available for the site. I'll try to troubleshoot this issue the next days and will keep you in the loop of my investigations. 😉
No problem :)
The easiest way to fix it might just be to copy one of the working configs, and update it's values.
Just did a fresh setup with VVV and WME. Same issue here, none of the WME sites has Nginx config file.
VVV PR merged, will be in v2.5 release
Yeah, thanks @tomjn! 🙏
@iandunn can we close this out?
Steps I've done
wordpress-meta-environment
withinvvv-custom.yml
vagrant reload --provision
againWhat I expect to happen
What happens instead
vvv-custom.yml (commented lines had been removed due to redability)
wme-provision.log
I'm using VVV since a year and had some issues recently. Therefore, I've created a fresh installation of VVV. Unfortunately, the issue seems to persist. Strange enough, the two default environments
wordpress-one
andwordpress-two
were loaded without any issues initially. I removed them though, as I don't need them. But I cannot get the meta-environment sites up and running.I also did the following fresh start, as described on https://varyingvagrantvagrants.org/docs/en-US/troubleshooting/:
Any help is more than welcome! 🙏
cc: @iandunn