Skip to content

Instantly share code, notes, and snippets.

@sobi3ch
Created December 11, 2013 11:27
Show Gist options
  • Save sobi3ch/7908803 to your computer and use it in GitHub Desktop.
Save sobi3ch/7908803 to your computer and use it in GitHub Desktop.
Vagrantfile for Ubuntu apache2 www-data with write permission for group
config.vm.synced_folder "./www", "/vagrant", :mount_options => ["dmode=775","fmode=664"], group: "www-data"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment