From d94cbd418820a2a9c28b91de1efc427489038278 Mon Sep 17 00:00:00 2001 From: Kirill Elagin Date: Sun, 6 Jan 2019 12:58:27 +0300 Subject: [PATCH] lighttpd: Disable WebDAV by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * It is disabled by default in lighttpd itself * Darwin doesn’t seem to have a function in libuiid that it needs --- pkgs/servers/http/lighttpd/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/servers/http/lighttpd/default.nix b/pkgs/servers/http/lighttpd/default.nix index cdebbf739e6a..13bf0f518c5a 100644 --- a/pkgs/servers/http/lighttpd/default.nix +++ b/pkgs/servers/http/lighttpd/default.nix @@ -2,7 +2,7 @@ , openssl, enableMagnet ? false, lua5_1 ? null , enableMysql ? false, mysql ? null , enableLdap ? false, openldap ? null -, enableWebDAV ? true, sqlite ? null, libuuid ? null +, enableWebDAV ? false, sqlite ? null, libuuid ? null , perl }: