Skip to content

Instantly share code, notes, and snippets.

@dodyw
Created February 24, 2014 09:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dodyw/9184357 to your computer and use it in GitHub Desktop.
Save dodyw/9184357 to your computer and use it in GitHub Desktop.
vagrant setting, set permission to shared folder
# Vagrant v1.1+
config.vm.synced_folder "./", "/var/sites/dev.query-auth", id: "vagrant-root",
owner: "vagrant",
group: "www-data",
mount_options: ["dmode=775,fmode=664"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment