mod_http_upload.yml: Enable mod_http_upload_quota
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.
This commit is contained in:
parent
4b0b66cfbf
commit
c173ae9f36
|
@ -7,3 +7,4 @@ listen:
|
||||||
|
|
||||||
modules:
|
modules:
|
||||||
mod_http_upload: {}
|
mod_http_upload: {}
|
||||||
|
mod_http_upload_quota: {}
|
||||||
|
|
Loading…
Reference in New Issue