summaryrefslogtreecommitdiff
path: root/caddyconfig
AgeCommit message (Expand)Author
2021-12-02caddyhttp: Make logging of credential headers opt-in (#4438)Francis Lavoie
2021-11-29caddyhttp: Split up logged remote address into IP and port (#4403)Francis Lavoie
2021-11-29logging: Remove common_log field and single_field encoder (#4149) (#4282)Matt Holt
2021-11-28caddyfile: make renew_interval option configurable (#4451)Rainer Borene
2021-11-15caddyfile: Copy input before parsing (fix #4422)Matthew Holt
2021-10-26httpcaddyfile: Empty tls policy for internal http localhost (#4398)Marc Easen
2021-10-20httpcaddyfile: Preserve IPv6 addresses through normalization (fix #4381)Matthew Holt
2021-10-01caddyhttp: Placeholder for client cert in DER + base64 format (#4241)Oleg
2021-09-29Move from deprecated ioutil to os and io packages (#4364)KallyDev
2021-09-16Make copyright notice more consistentMatthew Holt
2021-08-26httpcaddyfile: Reorder some directives (#4311)Francis Lavoie
2021-08-25httpcaddyfile: Improve unrecognized directive errorsMatthew Holt
2021-08-23caddyfile: Better error message for missing site block braces (#4301)Francis Lavoie
2021-08-23caddyfile: Error on invalid site addresses containing comma (#4302)Francis Lavoie
2021-08-12httpcaddyfile: Add shortcut for proxy hostport placeholder (#4263)Francis Lavoie
2021-08-02httpcaddyfile: Ensure hosts to skip for logs can always be collected (#4258)Frederik Ring
2021-07-19caddyfile: keep error chain info in Dispenser.Errf (#4233)Ggicci
2021-06-25httpcaddyfile: Don't put localhost in public APs (fix #4220)Matthew Holt
2021-06-09httpcaddyfile: Don't add HTTP hosts to TLS APs (fix #4176 and fix #4198)Matthew Holt
2021-06-08httpcaddyfile: Add `preferred_chains` global option and issuer subdirective (...Klooven
2021-06-07httpcaddyfile: Add `skip_install_trust` global option (#4153)Francis Lavoie
2021-05-12caddyfile: Add parse error on site address with trailing `{` (#4163)Francis Lavoie
2021-05-11httpcaddyfile: Fix automation policy consolidation again (fix #4161)Matthew Holt
2021-05-10caddyfile: Fix `caddy fmt` nesting not decrementing (#4157)Matthew Penner
2021-05-07httpcaddyfile: Add `grace_period` global option (#4152)Francis Lavoie
2021-05-02reverseproxy: Add `handle_response` blocks to `reverse_proxy` (#3710) (#4021)Francis Lavoie
2021-05-02httpcaddyfile: Add `auto_https ignore_loaded_certs` (#4077)Francis Lavoie
2021-05-02httpcaddyfile: Add global option for `storage_clean_interval` (#4134)Francis Lavoie
2021-04-29httpcaddyfile: Fix unexpectedly removed policy (#4128)Alban Lecocq
2021-04-22caddyfile: Fix `import` replacing unrelated placeholders (#4129)Francis Lavoie
2021-04-16httpcaddyfile: Take into account host scheme/port (fix #4113)Matthew Holt
2021-04-15fuzz: fix the FuzzFormat comparison (#4117)Mohammed Al Sahaf
2021-04-09caddyfile: reject cyclic imports (#4022)Mohammed Al Sahaf
2021-04-08ci: fuzz: add 4 more fuzzing targets (#4105)Mohammed Al Sahaf
2021-04-02httpcaddyfile: Fix panic in automation policy consolidation (#4104)Francis Lavoie
2021-04-02caddyfile: Normalize line endings before comparing fmt result (#4103)Francis Lavoie
2021-03-12httpcaddyfile: Add `error` directive for the existing handler (#4034)Francis Lavoie
2021-03-12caddyconfig: add global option for configuring loggers (#4028)Aaron Taylor
2021-02-22httpcaddyfile: Fix catch-all site block sortingMatthew Holt
2021-02-15httpcaddyfile: Configure other apps from global options (#3990)Francis Lavoie
2021-02-08httpcaddyfile: Fix automation policiesMatthew Holt
2021-02-02httpcaddyfile: Add resolvers subdir of tls (close #4008)Matthew Holt
2021-02-02acmeserver: Support custom CAs from CaddyfileMatthew Holt
2021-02-02httpcaddyfile: Fix default issuers when email providedMatthew Holt
2021-02-01httpcaddyfile: Warn if site address uses unspecified IP (close #4004)Matthew Holt
2021-02-01httpcaddyfile: Sort catch-all site blocks properly (fix #4003)Matthew Holt
2021-01-28caddyhttp: Fix redir html status code, improve flow (#3987)Tyler Kropp
2021-01-28caddyhttp: Implement handler abort; new 'abort' directive (close #3871) (#3983)Matt Holt
2021-01-27admin: Identity management, remote admin, config loaders (#3994)Matt Holt
2021-01-19caddytest: Update Caddyfile tests for formatting, HTTP-only blocksMatthew Holt