Skip to content

Instantly share code, notes, and snippets.

@davepoon
Created February 9, 2013 02:14
Show Gist options
  • Save davepoon/4743527 to your computer and use it in GitHub Desktop.
Save davepoon/4743527 to your computer and use it in GitHub Desktop.
Set the ownership of htdoc to www-data user and group, it's been set to vagrant user and group by default.
config.vm.share_folder("www", "/var/www", "~/www", :owner => "www-data", :group => "www-data")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment