summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2015-02-22 14:01:41 +0100
committerFlorian Pritz <bluewind@xinu.at>2015-02-22 14:01:41 +0100
commit2c14f82b85c15a5120776579dff43584ecc429a7 (patch)
tree420140728b9dda4f18a5c5d08ba9e4db99d2fa40 /INSTALL
parent85ef7ab4e36df518a7cae07dccb14d64c8668573 (diff)
INSTALL: Mention upload_max_age explicitly
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 3 insertions, 1 deletions
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