lighttpd: Disable WebDAV by default
* It is disabled by default in lighttpd itself * Darwin doesn’t seem to have a function in libuiid that it needs
This commit is contained in:
parent
be1c03ddaf
commit
d94cbd4188
@ -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
|
||||
}:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user