caddy/modules
Jeremy Lin bf8c3c25c1
log: improve rounding logic for log rolling directives (#3367)
* For `roll_size` and `roll_keep_for` directives, round up instead of down.
  For example, if a user wants to be able to look back on 36 hours of logs,
  but you must round to a 24-hour multiple, then it's better to round up to
  48 hours (which includes the desired 36 hours) instead of down to 24 hours.

* `roll_size` had an off-by-one error that caused the size to be as much as
  1 MB larger than requested. For example, requests of `1MB` and `1.1MB`
  both became 2 MB. Now `1MB` means 1 MB, and `1.1MB` is rounded up to 2 MB.
2020-05-07 13:06:00 -06:00
..
caddyhttp reverseproxy: Allow using TLS for port 80 upstreams (see #3361) 2020-05-06 12:37:44 -06:00
caddypki Update dependencies and get rid of placeholder hacks in CA code 2020-05-06 16:02:21 -06:00
caddytls tls/client auth: verify first certificates in client request (#3344) 2020-05-06 10:07:13 -06:00
filestorage httpcaddyfile: Minor fixes to parsing storage options 2020-05-01 09:34:32 -06:00
logging log: improve rounding logic for log rolling directives (#3367) 2020-05-07 13:06:00 -06:00
standard pki: Embedded ACME server (#3198) 2020-05-05 12:35:32 -06:00