ref: e2846a054241ac322021a7d12ef0cef6c4970286
parent: 3bc9a61aecc8fb5e87806658a274cc5d356c42a3
author: sirjofri <sirjofri@sirjofri.de>
date: Fri Feb 5 09:18:05 EST 2021
adds namespace.httpd lib file
--- a/README
+++ b/README
@@ -43,3 +43,5 @@
mkdir -p root/img
bind -a root public # public must exist!
+
+The lib/ directory has an example namespace.httpd that can be copied to /lib/namespace.httpd.
--- /dev/null
+++ b/lib/namespace.httpd
@@ -1,0 +1,6 @@
+bind /usr/web /tmp
+bind /tmp/public /usr/web
+bind -a /tmp/root /usr/web
+mount /srv/registry /mnt/registry
+bind /mnt/registry/index /usr/web/registry.txt
+# tcp80 binds /usr/web to /