Skip to content

Instantly share code, notes, and snippets.

@rey
Created April 4, 2014 09:11
Show Gist options
  • Select an option

  • Save rey/9970953 to your computer and use it in GitHub Desktop.

Select an option

Save rey/9970953 to your computer and use it in GitHub Desktop.
NFS config for Vagrantfile
config.vm.synced_folder "www/", "/srv/www", :nfs => { :mount_options => ["udp", "dmode=775", "fmode=774", "uid=33", "gid=33", "noac" ] }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment