# Distribution — static site served from a web root in ANOTHER repo. The host # path is set by DISTRIBUTION_WEB_ROOT in .env and bind-mounted to # /srv/distribution by the caddy service in docker-compose.yml. http://distribution.{$BASE_DOMAIN} { root * /srv/distribution file_server browse }