From 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 14 Aug 2025 22:58:58 -0500 Subject: removing all downloaded devdocs files --- devdocs/vagrant/synced-folders%2Fvirtualbox.html | 10 ---------- 1 file changed, 10 deletions(-) delete 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 deleted file mode 100644 index 37f4f1ff..00000000 --- a/devdocs/vagrant/synced-folders%2Fvirtualbox.html +++ /dev/null @@ -1,10 +0,0 @@ -

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