From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- devdocs/vagrant/synced-folders%2Fvirtualbox.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 devdocs/vagrant/synced-folders%2Fvirtualbox.html (limited to 'devdocs/vagrant/synced-folders%2Fvirtualbox.html') diff --git a/devdocs/vagrant/synced-folders%2Fvirtualbox.html b/devdocs/vagrant/synced-folders%2Fvirtualbox.html new file mode 100644 index 00000000..37f4f1ff --- /dev/null +++ b/devdocs/vagrant/synced-folders%2Fvirtualbox.html @@ -0,0 +1,10 @@ +

VirtualBox

If you are using the Vagrant VirtualBox provider, then VirtualBox shared folders are the default synced folder type. These synced folders use the VirtualBox shared folder system to sync file changes from the guest to the host and vice versa.

Options

Caveats

There is a VirtualBox bug related to sendfile which can result in corrupted or non-updating files. You should deactivate sendfile in any web servers you may be running.

In Nginx:

sendfile off;
+
+

In Apache:

EnableSendfile Off
+
+

+ © 2010–2018 Mitchell Hashimoto
Licensed under the MPL 2.0 License.
+ https://www.vagrantup.com/docs/synced-folders/virtualbox.html +

+
-- cgit v1.2.3