Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save r1w1s1/53fdfd840e88298a44c4cf340c2b0952 to your computer and use it in GitHub Desktop.
Save r1w1s1/53fdfd840e88298a44c4cf340c2b0952 to your computer and use it in GitHub Desktop.
Vagrant.configure(2) do |config|
config.ssh.insert_key = false
config.vm.box = "fedora/23-cloud-base"
config.vm.network "forwarded_port", guest: 80, host: 80
config.vm.hostname = "webserver"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment