Enable the mod_http_upload_quota module in the default configuration snippet for mod_http_upload. The module won't actually delete any files without additional configuration entries, though.
11 lines
161 B
YAML
11 lines
161 B
YAML
listen:
|
|
-
|
|
module: ejabberd_http
|
|
port: 5444
|
|
request_handlers:
|
|
"": mod_http_upload
|
|
|
|
modules:
|
|
mod_http_upload: {}
|
|
mod_http_upload_quota: {}
|