summaryrefslogtreecommitdiff
path: root/caddyconfig/httpcaddyfile/directives.go
AgeCommit message (Expand)Author
2021-01-28caddyhttp: Implement handler abort; new 'abort' directive (close #3871) (#3983)Matt Holt
2021-01-07httpcaddyfile: Support repeated use of cert_issuer global optionMatthew Holt
2020-11-20headers: Support default header values in Caddyfile with '?' (#3807)Gilbert Gilb's
2020-11-16requestbody: Add Caddyfile support (#3859)Nicola Piccinini
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-08-17httpcaddyfile: Improve directive sorting logic (#3658)Francis Lavoie
2020-08-05httpcaddyfile: Allow named matchers in `route` blocks (#3632)Francis Lavoie
2020-07-20push: Implement HTTP/2 server push (#3573)Matt Holt
2020-06-26caddyhttp: Add 'map' handler (#3199)Mark Sargent
2020-06-03caddypki: Add 'acme_server' Caddyfile directiveMatthew Holt
2020-05-26httpcaddyfile: New `handle_path` directive (#3281)Francis Lavoie
2020-05-11httpcaddyfile: Make global options pluggable (#3265)Francis Lavoie
2020-05-06httpcaddyfile: Fix route ordering bugMatthew Holt
2020-04-08httpcaddyfile, caddytls: Multiple edge case fixes; add testsMatthew Holt
2020-04-02httpcaddyfile: Refactor site key parsing; detect conflicting schemesMatthew Holt
2020-03-28httpcaddyfile: Put root directive first, before redir and rewriteMatthew Holt
2020-03-22httpcaddyfile: Move header before redir (fixes #3148)Matthew Holt
2020-03-19httpcaddyfile: Unify strip_prefix, strip_suffix, uri_replace directives (#3157)Matt Holt
2020-03-04httpcaddyfile: remove certificate tags from global state (#3111)Mark Sargent
2020-02-28Simplify the logic in the previous commitMatthew Holt
2020-02-28httpcaddyfile: Treat no matchers as 0-len path matchers (fix #3100)Matthew Holt
2020-02-27Refactor ExtractMatcherSet()Matthew Holt
2020-02-25httpcaddyfile: Matchers can now be embedded into a nested scopeMatthew Holt
2020-02-16httpcaddyfile: 'handle_errors' directiveMatthew Holt
2020-01-22httpcaddyfile: Rename 'headers' directive to 'header'Matthew Holt
2020-01-22httpcaddyfile: Update directive docs; put root after rewriteMatthew Holt
2020-01-17httpcaddyfile: Move redir before rewriteMatthew Holt
2020-01-16httpcaddyfile: Fix nested blocks; add handle directive; refactorMatthew Holt
2020-01-16httpcaddyfile: Replace 'handler_order' option with 'order'Matthew Holt
2020-01-16httpcaddyfile: Group try_files routes together (#2891)Matthew Holt
2020-01-15caddyfile: Sort site subroutes by key specificity, and make exclusiveMatthew Holt
2020-01-09v2: Implement Caddyfile enhancements (breaking changes) (#2960)Matt Holt
2019-12-12rewrite: strip_prefix, strip_suffix, and uri_replace dirs (closes #2906)Matthew Holt
2019-12-12try_files, rewrite: allow query string in try_files (fix #2891)Matthew Holt
2019-12-10v2: Module documentation; refactor LoadModule(); new caddy struct tags (#2924)Matt Holt
2019-11-04Prepare for beta 9 tagMatthew Holt
2019-11-04caddyfile: Fix bug with DeleteMatthew Holt
2019-10-10http: authentication module; hash-password cmd; http_basic providerMatthew Holt
2019-09-30httpcaddyfile: Add acme_ca and email global optionsMatthew Holt
2019-09-16httpcaddyfile: static_response -> respond; minor cleanupsMatthew Holt
2019-09-11headers: New 'request_header' directive; handle Host header speciallyMatthew Holt
2019-09-11httpcaddyfile: Switch order; reverse_proxy comes before php_fastcgiMatthew Holt
2019-09-10New 'php_fastcgi' directive for convenient PHP+FastCGI reverse proxyMatthew Holt
2019-08-21file_server: Automatically hide all involved CaddyfilesMatthew Holt
2019-08-21Refactor Caddyfile adapter and module registrationMatthew Holt