# Distribution toggle — 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 docker-compose.caddy.yml. Mounted only when that var is # set (see the distribution override). http://distribution.{$BASE_DOMAIN} { root * /srv/distribution file_server browse }