Skip to content

Instantly share code, notes, and snippets.

@magickatt
Created March 2, 2016 21:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save magickatt/3a1edc3b74b2f9daa9b7 to your computer and use it in GitHub Desktop.
Save magickatt/3a1edc3b74b2f9daa9b7 to your computer and use it in GitHub Desktop.
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure(2) do |config|
# ...
config.vm.network "forwarded_port", guest: 80, host: 8080
config.vm.network "forwarded_port", guest: 443, host: 8443
# ...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment