diff options
author | Francis Lavoie <lavofr@gmail.com> | 2021-05-02 13:57:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-02 11:57:28 -0600 |
commit | 6e0e3e1537c399faabd30cc08a9fe68a7be87639 (patch) | |
tree | 27e7ba701584c60d3b9e1ed857ab3203fd6bd7c0 /caddytest/integration/caddyfile_adapt | |
parent | 53ececda21f77d000ee893bc981d6ec5c33872f8 (diff) |
httpcaddyfile: Add global option for `storage_clean_interval` (#4134)
Followup to https://github.com/caddyserver/caddy/commit/42b7134ffa3bf3e9e86514c82407979c2627a5ab
Diffstat (limited to 'caddytest/integration/caddyfile_adapt')
-rw-r--r-- | caddytest/integration/caddyfile_adapt/global_options_acme.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/caddytest/integration/caddyfile_adapt/global_options_acme.txt b/caddytest/integration/caddyfile_adapt/global_options_acme.txt index fb95588..36f317a 100644 --- a/caddytest/integration/caddyfile_adapt/global_options_acme.txt +++ b/caddytest/integration/caddyfile_adapt/global_options_acme.txt @@ -20,6 +20,7 @@ interval 30s burst 20 } + storage_clean_interval 7d key_type ed25519 } @@ -80,7 +81,8 @@ "burst": 20 }, "ask": "https://example.com" - } + }, + "storage_clean_interval": 604800000000000 } } } |