ref: a3b4d374b2ed378e8cdb84b4441bb069b2ae5c6e
dir: /README/
9P.ZONE WEB PAGE This repository holds the web page for 9p.zone, available at: http://9p.zone/ Ideally via https. USAGE Build the pages: mk # or: mk -a Put in /lib/namespace.httpd: bind /path/to/web/public /usr/web 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!