ref: e2081a1b29cf66cda016dfe5e1521dadf6949837
parent: ded16ab8b26fb95e6584f80094961cb1492de841
author: sirjofri <sirjofri@sirjofri.de>
date: Mon Jan 18 06:33:47 EST 2021
adds notice about root/img in README
--- a/README
+++ b/README
@@ -19,3 +19,10 @@
bind -a /path/to/web/root /usr/web
Make sure the directories are public readable!
+
+The directory `root` is meant as an overlay directory for static
+resources like images. You can create the directories if you
+need to:
+
+ mkdir -p root/img
+ bind -a root public # public must exist!