summaryrefslogtreecommitdiffhomepage
path: root/auto/modules
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--auto/modules5
1 files changed, 5 insertions, 0 deletions
diff --git a/auto/modules b/auto/modules
index 56dad56de..670404649 100644
--- a/auto/modules
+++ b/auto/modules
@@ -127,6 +127,11 @@ fi
HTTP_MODULES="$HTTP_MODULES $HTTP_STATIC_MODULE"
+if [ $HTTP_DAV = YES ]; then
+ HTTP_MODULES="$HTTP_MODULES $HTTP_DAV_MODULE"
+ HTTP_SRCS="$HTTP_SRCS $HTTP_DAV_SRCS"
+fi
+
if [ $HTTP_AUTOINDEX = YES ]; then
have=NGX_HTTP_AUTOINDEX . auto/have
HTTP_MODULES="$HTTP_MODULES $HTTP_AUTOINDEX_MODULE"