* sendfile() is broken over CIFS.
svn path=/nixos/branches/modular-nixos/; revision=16011
This commit is contained in:
parent
d06556e274
commit
aa60f3e9a7
|
@ -63,4 +63,7 @@
|
||||||
chmod u+x $out/bin/run-nixos-vm
|
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";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue