Created
February 9, 2013 02:14
-
-
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.
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
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