caddy/caddyconfig/httpcaddyfile
Matthew Holt f6b9cb7122
httpcaddyfile: Matchers can now be embedded into a nested scope
This is useful in 'handle' and 'route' directives, for instance, if you
want to keep your matcher definitions by the directives that use them.
2020-02-25 21:56:43 -07:00
..
addresses.go httpcaddyfile: Fix address parsing; don't infer port at parse-time 2020-01-19 11:51:17 -07:00
addresses_fuzz.go fuzz: introduce continuous fuzzing for Caddy (#2723) 2019-10-25 18:52:16 -06:00
addresses_test.go httpcaddyfile: Fix address parsing; don't infer port at parse-time 2020-01-19 11:51:17 -07:00
builtins.go httpcaddyfile: tls: Load repeated cert files only once, with one tag 2020-02-20 10:18:29 -07:00
directives.go httpcaddyfile: Matchers can now be embedded into a nested scope 2020-02-25 21:56:43 -07:00
httptype.go Expose TLS placeholders (#2982) 2020-02-25 19:22:50 -07:00
httptype_test.go caddyfile: Refactor; NewFromNextSegment(); fix repeated matchers 2020-02-14 11:01:09 -07:00
options.go caddyfile: Refactor; NewFromNextSegment(); fix repeated matchers 2020-02-14 11:01:09 -07:00