Update src/docs/markdown/caddyfile/directives/handle_errors.md

Co-authored-by: Mohammed Al Sahaf <msaa1990@gmail.com>
This commit is contained in:
Francis Lavoie 2024-04-22 05:26:33 -04:00 committed by GitHub
parent 5b59f48e57
commit 60be20ca46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,7 @@ You may use the [`error`](error) directive to explicitly trigger an error based
## Syntax
```caddy-d
handle_errors <status_codes...> {
handle_errors [<status_codes...>] {
<directives...>
}
```