Vagrant: Fix caching issues on vboxsf
Control httpd to not use the sendfile support from the kernel to transmit file contents to the client because the sendfile syscall is broken with the VirtualBox file system as of the time of writing. refs #4384
This commit is contained in:
parent
6be510b05e
commit
1999dd1e1a
|
@ -5,4 +5,6 @@
|
||||||
|
|
||||||
Order allow,deny
|
Order allow,deny
|
||||||
Allow from all
|
Allow from all
|
||||||
|
|
||||||
|
EnableSendfile Off
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
Loading…
Reference in New Issue