Created
February 9, 2016 16:45
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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