* sendfile() is broken over CIFS.

svn path=/nixos/branches/modular-nixos/; revision=16011
This commit is contained in:
Eelco Dolstra 2009-06-19 14:30:56 +00:00
parent d06556e274
commit aa60f3e9a7

View file

@ -63,4 +63,7 @@
chmod u+x $out/bin/run-nixos-vm
'';
# sendfile() is currently broken over CIFS, so fix it here for all
# configurations that use Apache.
services.httpd.extraConfig = "EnableSendFile Off";
}