summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2019-02-23 13:30:23 +0100
committerjvoisin2019-02-23 13:30:23 +0100
commit3d21f613d2ad1612b21745766253034854311557 (patch)
tree2c4847b9af57163824d3e97322835d282b7a3406
parent1b0333fdd5175d6a45d1929218e0aac3db884139 (diff)
Document how to get rid of stale files
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index f122ef7..3d92851 100644
--- a/README.md
+++ b/README.md
@@ -56,6 +56,10 @@ systemctl restart nginx/apache/…
56 56
57It should now be working. 57It should now be working.
58 58
59You should add `find /var/www/mat2-web/uploads/* -mtime +1 -exec rm {} \;`
60in a crontab to remove files that people might have uploaded but never
61downloaded.
62
59# Threat model 63# Threat model
60 64
61- An attacker in possession of the very same file that a user wants to clean, 65- An attacker in possession of the very same file that a user wants to clean,