# Apex — landing page (/srv/www) + launcher downloads (/srv/launcher). http://{$BASE_DOMAIN} { # Launcher downloads are a sibling mount (/srv/launcher), not nested under # the read-only /srv/www. handle_path strips the /launcher prefix. handle_path /launcher/* { root * /srv/launcher file_server browse } handle { root * /srv/www file_server } }