使用vv create
创建的新网站未显示在主机中,我在创建后无法找到它们。
我在vvv中创建了很多网站,但是vagrant-hostsupdater只能从vvv中找到默认网站。而且,在更新vvv 2.0之后我遇到了这个问题。
任何人都知道如何解决这个问题? 如何创建我的网站 - 在nginx中找到aluxh.dev?
==> default: [vagrant-hostsupdater] Checking for host entries
==> default: [vagrant-hostsupdater] found entry for: 192.168.50.4 vvv
==> default: [vagrant-hostsupdater] found entry for: 192.168.50.4 vvv.dev
==> default: [vagrant-hostsupdater] found entry for: 192.168.50.4 local.wordpress.dev
==> default: [vagrant-hostsupdater] found entry for: 192.168.50.4 src.wordpress-develop.dev
==> default: [vagrant-hostsupdater] found entry for: 192.168.50.4 build.wordpress-develop.dev
此外,当我进行配置时,它已停止提示我输入密码。我不明白为什么。
答案 0 :(得分:0)
我做了进一步的故障排除,发现通过添加:
vvvtest:
hosts:
- vvvtest.com
进入vvv-custom.yml
,vagrant-hostsupdater将能够找到我的条目并开始进行映射。
任何人都知道如何在vvv-custom.yml
之后自动完成vv -c
网站的添加?