Skip to content

Commit d56eef9

Browse files
author
vogelor
committed
Fixed a wrong ifmodule with webdav
1 parent ca14fea commit d56eef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/conf/vhost.conf.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
AssignUserId <tmpl_var name='system_user'> <tmpl_var name='system_group'>
163163
</IfModule>
164164

165-
<IfModule dav>
165+
<IfModule mod_dav_fs.c>
166166
# DO NOT REMOVE THE COMMENTS!
167167
# IF YOU REMOVE THEM, WEBDAV WILL NOT WORK ANYMORE!
168168
# WEBDAV BEGIN

0 commit comments

Comments
 (0)