fix the template

This commit is contained in:
Paramtamtam 2022-01-31 10:53:51 +05:00
parent f72c2b85fd
commit 690a405994
No known key found for this signature in database
GPG Key ID: 366371698FAD0A2B

View File

@ -3,7 +3,9 @@
Error {{ code }}: {{ message }}
Description: {{ description }}
{{ if show_details }}
{{ if host }}Host: {{ host }}{{ end }}
{{ if original_uri }}Original URI: {{ original_uri }}{{ end }}
{{ if forwarded_for }}Forwarded for: {{ forwarded_for }}{{ end }}
{{ if namespace }}Namespace: {{ namespace }}{{ end }}
{{ if ingress_name }}Ingress name: {{ ingress_name }}{{ end }}
{{ if service_name }}Service name: {{ service_name }}{{ end }}