Skip to content

Commit

Permalink
Disable mod_dir in DAV share to avoid DoS
Browse files Browse the repository at this point in the history
Fixes #1.

Signed-off-by: 林博仁(Buo-ren, Lin) <[email protected]>
  • Loading branch information
brlin-tw committed Apr 15, 2020
1 parent 801daf3 commit 5683a2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 2.4/conf/conf-available/dav.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Alias / "/var/lib/dav/data/"
<Directory "/var/lib/dav/data/">
Dav On
Options Indexes FollowSymLinks
DirectoryIndex disabled

AuthType Basic
AuthName "WebDAV"
Expand Down

0 comments on commit 5683a2b

Please sign in to comment.