This commit is contained in:
relikd
2019-11-24 20:10:12 +01:00
commit f3b5cb77a0
5 changed files with 112 additions and 0 deletions

14
README.md Normal file
View File

@@ -0,0 +1,14 @@
# Force Update
Update resources regardless of changed state.
Usefull for, e.g., `.appcache` files.
## Configuration file
### `configs/force-update.ini`
enabled = yes
endswiths = .appcache, .webmanifest, ...
Where `endswiths` is a list of patterns (e.g., file extensions) of files that need a forced update.