Skip to content

Instantly share code, notes, and snippets.

@aguidis
Created February 9, 2016 16:45
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 aguidis/b24cf49b91f3b2690319 to your computer and use it in GitHub Desktop.
Save aguidis/b24cf49b91f3b2690319 to your computer and use it in GitHub Desktop.
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']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment