diff options
author | Florian Pritz <bluewind@xinu.at> | 2015-02-22 14:01:41 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2015-02-22 14:01:41 +0100 |
commit | 2c14f82b85c15a5120776579dff43584ecc429a7 (patch) | |
tree | 420140728b9dda4f18a5c5d08ba9e4db99d2fa40 /INSTALL | |
parent | 85ef7ab4e36df518a7cae07dccb14d64c8668573 (diff) |
INSTALL: Mention upload_max_age explicitly
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |