From 2c14f82b85c15a5120776579dff43584ecc429a7 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 22 Feb 2015 14:01:41 +0100 Subject: INSTALL: Mention upload_max_age explicitly Signed-off-by: Florian Pritz --- INSTALL | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 84eb91314..d7863cd45 100644 --- a/INSTALL +++ b/INSTALL @@ -13,7 +13,9 @@ * Copy htaccess.txt to .htaccess if you want shorter URLs (also set "$config['index_page'] = '';" in config-local.php) -* Add ./crontab or something similar to the user's crontab +* Add ./crontab or something similar to the user's crontab. + If you don't want files to expire, set upload_max_age in the config. Don't + skip the cronjob. * Copy ./data/local/examples/contact-info.php to ./data/local/ and edit it -- cgit v1.2.3-24-g4f1b