summaryrefslogtreecommitdiff
path: root/modules/caddyhttp/encode/caddyfile.go
AgeCommit message (Expand)Author
2022-11-14reverseproxy: Mask the WS close message when we're the client (#5199)Francis Lavoie
2021-05-10encode: Drop `prefer` from Caddyfile (#4156)Francis Lavoie
2021-05-10encode: Default to order the formats are enabled for `prefer` in Caddyfile (#...Francis Lavoie
2021-05-02reverseproxy: Add `handle_response` blocks to `reverse_proxy` (#3710) (#4021)Francis Lavoie
2021-03-29encode,staticfiles: Content negotiation, precompressed files (#4045)Steffen Brüheim
2021-01-05caddyfile: Refactor unmarshaling of module tokensMatthew Holt
2020-03-24Remove some non-essential plugins from this repo (#2780)Matthew Holt
2020-02-14caddyfile: Refactor; NewFromNextSegment(); fix repeated matchersMatthew Holt
2019-12-10v2: Module documentation; refactor LoadModule(); new caddy struct tags (#2924)Matt Holt
2019-09-19httpcaddyfile: Global storage configuration (closes #2758)Matthew Holt
2019-09-16httpcaddyfile: static_response -> respond; minor cleanupsMatthew Holt
2019-09-10caddyfile: Improve Dispenser.NextBlock() to support nestingMatthew Holt
2019-08-21Refactor Caddyfile adapter and module registrationMatthew Holt
2019-08-09Fix module-related errorsMatthew Holt
2019-08-09Implement config adapters and beginning of Caddyfile adapterMatthew Holt