Skip to content

Instantly share code, notes, and snippets.

@aguidis
aguidis / vagrantFile
Created February 9, 2016 16:45
Vagrant - Prevent removing manually the symfony2 cache (dev and prod) for checking the latest updates
config.vm.synced_folder ".", "/guest/path",
:nfs => true,
:mount_options => ['nolock,vers=3,udp,noatime,actimeo=1']