Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-19 | caddyfile: keep error chain info in Dispenser.Errf (#4233) | Ggicci | |
* caddyfile: Errf enable error chain unwrapping * refactor: remove parseError | |||
2020-05-26 | caddyfile: Move NewTestDispenser into non-test file (#3439) | Francis Lavoie | |
2020-04-01 | caddyfile: Export NewTestDispenser() (close #2930) | Matthew Holt | |
This allows modules to test their UnmarshalCaddyfile methods. | |||
2020-01-09 | caddyfile: fix replacing variables on imported files (#2970) | Mark Sargent | |
* fix replacing variables on imported files * refactored replaceEnvVars to ensure it is always called * Use byte slices for easier use Co-authored-by: Matt Holt <mholt@users.noreply.github.com> | |||
2019-09-10 | caddyfile: Improve Dispenser.NextBlock() to support nesting | Matthew Holt | |
2019-08-21 | Clean up Dispenser and filename handling a bit | Matthew Holt | |
2019-08-09 | Implement config adapters and beginning of Caddyfile adapter | Matthew Holt | |
Along with several other changes, such as renaming caddyhttp.ServerRoute to caddyhttp.Route, exporting some types that were not exported before, and tweaking the caddytls TLS values to be more consistent. Notably, we also now disable automatic cert management for names which already have a cert (manually) loaded into the cache. These names no longer need to be specified in the "skip_certificates" field of the automatic HTTPS config, because they will be skipped automatically. |