{{/* This template is used by application handlers to render friendly error
pages when there is a proxy error (for example, when the target app isn't
running). */}}
{{- if not .Error.HideStatus }}{{ .Error.Status }} - {{end}}{{
.Error.Title }}
{{- if not .Error.HideStatus }}{{ .Error.Status }} - {{end}}{{
.Error.Title }}
{{- if .Error.RenderDescriptionMarkdown }} {{ .ErrorDescriptionHTML }} {{
else }}
{{ .Error.Description }}
{{ end }} {{- if .Error.Warnings }}
Warnings
{{ range $i, $v := .Error.Warnings }}
{{ $v }}
{{ end }}
{{ end }}
{{- if .Error.RetryEnabled }}
{{ end }}
Back to site