WebDAV: allow to define custom MIME type mappings

Fixes #1154

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2023-01-23 18:43:25 +01:00
parent 61199172d0
commit 2066ad7c83
11 changed files with 183 additions and 15 deletions

View File

@@ -181,7 +181,8 @@
},
"mime_types": {
"enabled": true,
"max_size": 1000
"max_size": 1000,
"custom_mappings": []
}
}
},