:80 {
  root * /srv/web_build
  try_files {path} /200.html
  file_server

  @health path /health
  respond @health "ok" 200
}
