Created
August 22, 2016 11:32
-
-
Save videoMonkey/cb776ff3f121a1c2fa28294891620da7 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
- 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