php_fastcgi polish & new example

This commit is contained in:
Francis Lavoie 2023-11-17 07:30:02 -05:00
parent 8a9540d4ec
commit 5a994ae5f5
No known key found for this signature in database
GPG key ID: 0F66EE1687682239
3 changed files with 59 additions and 35 deletions

View file

@ -206,7 +206,7 @@ Customizing the storage module is typically needed when syncing Caddy's storage
##### `storage_clean_interval`
How often to scan storage units for old or expired assets and remove them. These scans exert lots of reads (and list operations) on the storage module, so choose a longer interval for large deployments. The value is a [duration value](/docs/conventions#durations). Default: `24h`.
How often to scan storage units for old or expired assets and remove them. These scans exert lots of reads (and list operations) on the storage module, so choose a longer interval for large deployments. Accepts [duration values](/docs/conventions#durations). Default: `24h`.
Storage will always be cleaned when the process first starts. Then, a new cleaning will be started this duration after the previous cleaning started if the previous cleaning finished in less than half the time of this interval (otherwise next start will be skipped).