Skip to content

Commit 96708c6

Browse files
committed
Fix non-ASCII filename garbled in web index page
Fixes BytemarkHosting#18. Credit-goes-to: CentOS7下安装Apache WebDAV教程 – NT宝贝网 <https://ntbaobei.com/?p=333> Signed-off-by: 林博仁(Buo-ren, Lin) <[email protected]>
1 parent 801daf3 commit 96708c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

2.4/conf/conf-available/dav.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Alias / "/var/lib/dav/data/"
1010
<RequireAny>
1111
Require valid-user
1212
</RequireAny>
13+
14+
IndexOptions Charset=utf-8
1315
</Directory>
1416

1517
# These disable redirects on non-GET requests for directories that

0 commit comments

Comments
 (0)