fmartingr
/
shelfzilla
Archived
1
0
Fork 0

Added 443 port to charge shelfzilla in ssl mode

This commit is contained in:
Juan Manuel Parrilla 2014-11-14 20:06:04 +01:00
parent d1c9ff5077
commit 3ad048e5b8
1 changed files with 1 additions and 0 deletions

1
Vagrantfile vendored
View File

@ -23,6 +23,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |shelfzilla|
v.customize ["modifyvm", :id, "--natdnsproxy1", "on"]
end
shelfzilla.vm.network "forwarded_port", guest: 80, host: 8080
shelfzilla.vm.network "forwarded_port", guest: 443, host: 8443
shelfzilla.vm.network "private_network", ip: "192.168.33.10"
shelfzilla.vm.provision "ansible" do |ansible|
ansible.playbook = "provisioning/site.yml"