diff options
author | Francis Lavoie <lavofr@gmail.com> | 2021-05-07 18:18:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-07 16:18:17 -0600 |
commit | 3cf443f0feee50a5de3f31daf79af1b8f70ebc76 (patch) | |
tree | c29945b648f0908d3c8fba14168351715ef4d114 /caddytest/integration | |
parent | d4b2f1bcee2190d13bc96aa8da5ea530bd6b9a22 (diff) |
httpcaddyfile: Add `grace_period` global option (#4152)
See https://caddyserver.com/docs/json/apps/http/#grace_period
Diffstat (limited to 'caddytest/integration')
-rw-r--r-- | caddytest/integration/caddyfile_adapt/global_options.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/caddytest/integration/caddyfile_adapt/global_options.txt b/caddytest/integration/caddyfile_adapt/global_options.txt index a0a7f0b..dda644b 100644 --- a/caddytest/integration/caddyfile_adapt/global_options.txt +++ b/caddytest/integration/caddyfile_adapt/global_options.txt @@ -2,6 +2,7 @@ debug http_port 8080 https_port 8443 + grace_period 5s default_sni localhost order root first storage file_system { @@ -42,6 +43,7 @@ "http": { "http_port": 8080, "https_port": 8443, + "grace_period": 5000000000, "servers": { "srv0": { "listen": [ |