Start nginx on every VM boot, fixes #45

Add missing colon to Vagrantfile

Add copy-and-restart-configs.sh to always provision
This commit is contained in:
Kelvin 2015-12-27 12:36:23 +00:00
parent 454411b24b
commit 7728c01360

2
Vagrantfile vendored
View file

@ -24,4 +24,6 @@ Vagrant.configure("2") do |config|
config.vm.synced_folder "../pony.fm.files", "/vagrant-files", type: "nfs"
config.bindfs.bind_folder "/vagrant", "/vagrant"
config.vm.provision "shell", path: "vagrant/copy-and-restart-configs.sh", run: "always"
end