mirror of
https://github.com/caddyserver/website.git
synced 2025-04-24 05:56:15 -04:00
docs: Fix typo in handle_errors (#50)
This commit is contained in:
parent
e237871877
commit
06fef09ff6
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ title: handle_errors (Caddyfile directive)
|
|||
|
||||
Sets up error handlers.
|
||||
|
||||
When the normal HTTP request handlers return an error, normal procesing stops and the error handlers are invoked. Error handlers form a route which is just like normal routes, and they can do anything that normal routes can do. This enables great control and flexibility when handling errors during HTTP requests.
|
||||
When the normal HTTP request handlers return an error, normal processing stops and the error handlers are invoked. Error handlers form a route which is just like normal routes, and they can do anything that normal routes can do. This enables great control and flexibility when handling errors during HTTP requests.
|
||||
|
||||
## Syntax
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue