summaryrefslogtreecommitdiff
path: root/caddyconfig/httpcaddyfile/options.go
AgeCommit message (Expand)Author
2023-08-14ci: use gci linter (#5708)Jacob Gadikian
2023-05-10caddytls: Configurable fallback SNI (#5527)Matt Holt
2023-01-27httpcaddyfile: Add persist_config global option (#5339)Y.Horie
2022-09-16caddyhttp: Support TLS key logging for debugging (#4808)David Manouchehri
2022-08-24httpcaddyfile: Add ocsp_interval global option (#4980)Ben Burkert
2022-08-03httpserver: Configurable shutdown delay (#4906)Matt Holt
2022-08-02chore: Bump up to Go 1.19, minimum 1.18 (#4925)Francis Lavoie
2022-05-08httpcaddyfile: Support multiple values for `default_bind` (#4774)Francis Lavoie
2022-02-17caddytls: Support external certificate Managers (like Tailscale) (#4541)Matt Holt
2022-01-18httpcaddyfile: Add `default_bind` global option (#4531)Francis Lavoie
2021-11-28caddyfile: make renew_interval option configurable (#4451)Rainer Borene
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-07httpcaddyfile: Add `grace_period` global option (#4152)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-03-12caddyconfig: add global option for configuring loggers (#4028)Aaron Taylor
2021-01-07caddytls: Configurable OCSP stapling; global option (closes #3714)Matthew Holt
2021-01-07httpcaddyfile: Support repeated use of cert_issuer global optionMatthew Holt
2021-01-05caddyfile: Refactor unmarshaling of module tokensMatthew Holt
2020-11-23httpcaddyfile: Configure servers via global options (#3836)Francis Lavoie
2020-08-11caddytls: Add support for ZeroSSL; add Caddyfile support for issuers (#3633)Matt Holt
2020-08-03httpcaddyfile: Bring `enforce_origin` and `origins` to admin config (#3595)Ye Zhihao
2020-07-30caddytls: Replace lego with acmez (#3621)Matt Holt
2020-06-12httpcaddyfile: New `acme_eab` option (#3492)Chris Ortman
2020-05-19httpcaddyfile: Add `auto_https` global option (#3284)Francis Lavoie
2020-05-11core: Add support for `d` duration unit (#3323)Francis Lavoie
2020-05-11httpcaddyfile: Make global options pluggable (#3265)Francis Lavoie
2020-05-01httpcaddyfile: Minor fixes to parsing storage optionsMatthew Holt
2020-03-17httpcaddyfile: Many tls-related improvements including on-demand supportMatthew Holt
2020-03-10httpcaddyfile: error for wrong arg count of admin opt (#3126) (#3131)Francis Lavoie
2020-02-26Initial implementation of global default SNI option (#3047)Mark Sargent
2020-02-14caddyfile: Refactor; NewFromNextSegment(); fix repeated matchersMatthew Holt
2020-02-08httpcaddyfile: Add support for DNS challenge solversMatthew Holt
2020-01-16httpcaddyfile: Replace 'handler_order' option with 'order'Matthew Holt
2019-12-10v2: Module documentation; refactor LoadModule(); new caddy struct tags (#2924)Matt Holt
2019-10-30admin listener as opt-in for initial config (#2834)Andreas Schneider
2019-09-30httpcaddyfile: Add acme_ca and email global optionsMatthew Holt
2019-09-19httpcaddyfile: Global storage configuration (closes #2758)Matthew Holt
2019-09-11httpcaddyfile: Add 'experimental_http3' optionMatthew Holt
2019-09-10caddyfile: Improve Dispenser.NextBlock() to support nestingMatthew Holt
2019-08-22caddyfile: Allow handler order to be customizedMatthew Holt