{config, ...}: {
  services.caddy.virtualHosts."whereis.chandlerswift.com".extraConfig = ''
    reverse_proxy localhost:8083

    handle_errors {
      respond "{err.status_code} {err.status_text}"
    }
  '';
}