summaryrefslogtreecommitdiff
path: root/caddyconfig
AgeCommit message (Expand)Author
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
2021-01-19httpcaddyfile: Skip TLS APs for HTTP-only hosts (fix #3977)Matthew Holt
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-06caddytls: add 'key_type' subdirective (#3956)Jordi Masip
2021-01-05caddyfile: Refactor unmarshaling of module tokensMatthew Holt
2021-01-04httpcaddyfile: Adjust iterator when removing AP (fix #3953)Matthew Holt
2021-01-04caddyfile: Introduce basic linting and fmt check (#3923)Matt Holt
2020-12-16caddyfile: Fix minor bug in formatterMatthew Holt
2020-12-07httpcaddyfile: Decrement counter when removing conn policy (fix #3906)Matthew Holt
2020-11-24httpcaddyfile: Proper log config with catch-all blocks (fix #3878)Matthew Holt
2020-11-23caddyfile: Add support for env var defaults; add tests (#3682)Francis Lavoie
2020-11-23httpcaddyfile: Configure servers via global options (#3836)Francis Lavoie
2020-11-22ci: Use golangci's github action for linting (#3794)Dave Henderson
2020-11-20headers: Support default header values in Caddyfile with '?' (#3807)Gilbert Gilb's
2020-11-16requestbody: Add Caddyfile support (#3859)Nicola Piccinini
2020-11-16caddytls: Support multiple issuers (#3862)Matt Holt
2020-11-04httpcaddyfile: Add certificate_pem placeholder short, add to godoc (#3846)Gaurav Dhameeja
2020-10-28httpcaddyfile: Revise automation policy generation (#3824)Matt Holt
2020-10-22httpcaddyfile: Improve AP logic with OnDemandMatthew Holt
2020-10-02map: Reimplement; multiple outputs; optimizeMatthew Holt
2020-09-22httpcaddyfile: Fix panic when parsing route with matchers (#3746)Francis Lavoie
2020-09-21httpcaddyfile: Disallow args on route/handle directive family (#3740)Francis Lavoie
2020-09-17metrics: Initial integration of Prometheus metrics (#3709)Dave Henderson
2020-09-16httpcaddyfile: Ensure handle_path is sorted equally to handle (#3676)Francis Lavoie
2020-09-11httpcaddyfile: Properly record whether we added catch-all conn policyMatthew Holt
2020-08-17httpcaddyfile: Improve directive sorting logic (#3658)Francis Lavoie
2020-08-11Update comment and Caddy 1 EOLMatthew Holt
2020-08-11caddytls: Add support for ZeroSSL; add Caddyfile support for issuers (#3633)Matt Holt
2020-08-06httpcaddyfile: Avoid repeated subjects in APs (fix #3618)Matthew Holt
2020-08-05httpcaddyfile: Allow named matchers in `route` blocks (#3632)Francis Lavoie
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-07-20caddyfile: Export Tokenize function for lexing (#3549)Francis Lavoie
2020-07-20push: Implement HTTP/2 server push (#3573)Matt Holt
2020-07-07httpcaddyfile: Reorder automation policy logic (close #3550)Matthew Holt
2020-06-26caddyhttp: Add 'map' handler (#3199)Mark Sargent
2020-06-16httpcaddyfile: Fix ordering of catch-all site blocksMatthew Holt
2020-06-12httpcaddyfile: New `acme_eab` option (#3492)Chris Ortman
2020-06-05httpcaddyfile: Add client_auth options to tls directive (#3335)NWHirschfeld
2020-06-03caddypki: Add 'acme_server' Caddyfile directiveMatthew Holt
2020-06-03httpcaddyfile: Sort site blocks with wildcards last (fix #3410)Matthew Holt
2020-06-01caddyfile: Add args on imports (#3423)Francis Lavoie
2020-06-01httpcaddyfile: Let modules add listener wrappers (#3397)Georges Haidar
2020-05-29caddyconfig: Minor internal and godoc tweaksMatthew Holt
2020-05-27chore: Fix typo in dispenser.go (#3456)Francis Lavoie
2020-05-26httpcaddyfile: New `handle_path` directive (#3281)Francis Lavoie
2020-05-26caddyfile: Move NewTestDispenser into non-test file (#3439)Francis Lavoie