Created
September 12, 2017 03:58
-
-
Save thom8/48f4655bf7e0e8ea643fabcaf209efc2 to your computer and use it in GitHub Desktop.
Drupal VM - local port forwarding
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Vagrant.configure('2') do |config| | |
config.vm.network 'forwarded_port', guest: 80, host: 8000, auto_correct: true | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment