You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are some new things in vagrant nowdays, one of them is a plugin that allows windows hosts to use nfs... (https://github.com/GM-Alex/vagrant-winnfsd) that can be installed as easy as this:
vagrant plugin install vagrant-winnfsd
And i think that the current vagrant file could be just like this:
With vagrant 1.5, there are new synced folder types...
And i found out that sendfile is set "on" on nginx, it should be off... because it can cause trouble when running a box through virtualbox
Could you update vagrantfile to the new API
There are some new things in vagrant nowdays, one of them is a plugin that allows windows hosts to use nfs... (https://github.com/GM-Alex/vagrant-winnfsd) that can be installed as easy as this:
And i think that the current vagrant file could be just like this:
By the way, good job with this box 😃
The text was updated successfully, but these errors were encountered: