mirror of
https://github.com/caddyserver/website.git
synced 2025-04-21 12:36:16 -04:00
global: Fix mistake with grace_period
, default is eternal #319
This commit is contained in:
parent
0a651be3d5
commit
6062f09000
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ log default {
|
|||
```
|
||||
|
||||
##### `grace_period`
|
||||
Defines the grace period for shutting down HTTP servers (i.e. during config changes or when Caddy is stopping). During the grace period, no new connections are accepted, idle connections are closed, and active connections are impatiently waited upon to finish their requests. If clients do not finish their requests within the grace period, the server will be forcefully terminated to allow the reload to complete and free up resources. Accepts [duration values](/docs/conventions#durations). By default, no grace period is set, so all active connections are closed immediately.
|
||||
Defines the grace period for shutting down HTTP servers (i.e. during config changes or when Caddy is stopping). During the grace period, no new connections are accepted, idle connections are closed, and active connections are impatiently waited upon to finish their requests. If clients do not finish their requests within the grace period, the server will be forcefully terminated to allow the reload to complete and free up resources. Accepts [duration values](/docs/conventions#durations). By default, the grace period is eternal, which means connections are never forcefully closed.
|
||||
|
||||
|
||||
##### `shutdown_delay`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue