您可以通过两种不同的方式执行此操作:
编辑您的puphpet/config.yaml并添加另一个虚拟主机。
puphpet/config.yaml:
asxnyytgdo1d: (remember to change this key)
servername: temp.krzysiek
docroot: /var/www/temp
port: '80'
custom_fragment: ''
directories:
6ecw5mx7fg1d: (change this aswell)
provider: directory
path: /var/www/temp
options:
- Indexes
- FollowSymlinks
- MultiViews
allow_override:
- All
require:
- 'all granted'
custom_fragment: ''
ssl_cert: ''
ssl_key: ''
ssl_chain: ''
ssl_certs_dir: ''
或者
转到https://puphpet.com并 Drang'n'Drop 你的puphpet/config.yaml文件,添加 vhost 然后重新下载。
然后
运行vagrant reload --provision
https://docs.vagrantup.com/v2/cli/reload.html你不直接修改 Vagrantfile 但 Vagrantfile 读取 puphpet/config.yaml。
流浪文件:
configValues = YAML.load_file("#{dir}/puphpet/config.yaml")
之后你应该会看到变化。