From c173ae9f36e0af80b253493d595e9cccda7e41a2 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Sun, 25 Oct 2015 01:32:41 +0200 Subject: [PATCH] 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. --- mod_http_upload/conf/mod_http_upload.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/mod_http_upload/conf/mod_http_upload.yml b/mod_http_upload/conf/mod_http_upload.yml index 2782ee0..96b7e1e 100644 --- a/mod_http_upload/conf/mod_http_upload.yml +++ b/mod_http_upload/conf/mod_http_upload.yml @@ -7,3 +7,4 @@ listen: modules: mod_http_upload: {} + mod_http_upload_quota: {}