summaryrefslogtreecommitdiff
path: root/devdocs/vagrant/synced-folders%2Fvirtualbox.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
committerCraig Jennings <c@cjennings.net>2025-08-14 22:58:58 -0500
commit82ba818ff456bcd6d56a06226e3f27e98fbb55c3 (patch)
tree158cfc17b2f644a10f063cb546752cfaae12c97f /devdocs/vagrant/synced-folders%2Fvirtualbox.html
parent9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff)
downloaddotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz
dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/vagrant/synced-folders%2Fvirtualbox.html')
-rw-r--r--devdocs/vagrant/synced-folders%2Fvirtualbox.html10
1 files changed, 0 insertions, 10 deletions
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 @@
-<h1 id="virtualbox"> VirtualBox </h1> <p>If you are using the Vagrant VirtualBox <a href="../providers/index">provider</a>, 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.</p> <h2 id="options"> Options </h2> <ul> <li>
-<a href="#sharedfoldersenablesymlinkscreate"><code>SharedFoldersEnableSymlinksCreate</code></a> (boolean) - If false, will disable the ability to create symlinks with the given virtualbox shared folder. Defaults to true if the option is not present. </li> </ul> <h2 id="caveats"> Caveats </h2> <p>There is a <a href="https://github.com/hashicorp/vagrant/issues/351#issuecomment-1339640">VirtualBox bug</a> related to <code>sendfile</code> which can result in corrupted or non-updating files. You should deactivate <code>sendfile</code> in any web servers you may be running.</p> <p>In Nginx:</p> <div class="highlight"><pre class="highlight plaintext">sendfile off;
-</pre></div>
-<p>In Apache:</p> <div class="highlight"><pre class="highlight plaintext">EnableSendfile Off
-</pre></div><div class="_attribution">
- <p class="_attribution-p">
- &copy; 2010&ndash;2018 Mitchell Hashimoto<br>Licensed under the MPL 2.0 License.<br>
- <a href="https://www.vagrantup.com/docs/synced-folders/virtualbox.html" class="_attribution-link">https://www.vagrantup.com/docs/synced-folders/virtualbox.html</a>
- </p>
-</div>