Skip to content

Instantly share code, notes, and snippets.

@videoMonkey
Created August 22, 2016 11:32
Show Gist options
  • Save videoMonkey/cb776ff3f121a1c2fa28294891620da7 to your computer and use it in GitHub Desktop.
Save videoMonkey/cb776ff3f121a1c2fa28294891620da7 to your computer and use it in GitHub Desktop.
- name: myvhost
local_path: /Users/example/Sites/vhost
port: 8808
live_url: www.vhost.org
public_html: html
# the VAGRANT_GUEST_DOMAIN will be appended to the name
# local_path is required
# port is optional and creates a port based vhost
# live_url enables image proxying for wordpress sites (that way you don't need to sync wp-uploads
# public_html is optional and defaults to the root of local_path unless a subfolder is specified.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment