index
:
caddy-cgi
caddy-cgi
fork of caddy for nix to build it with the cgi plugin
System administrator
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
caddyhttp
/
matchers.go
Age
Commit message (
Expand
)
Author
2021-05-02
reverseproxy: Add `handle_response` blocks to `reverse_proxy` (#3710) (#4021)
Francis Lavoie
2021-05-02
caddyhttp: performance improvement in HeaderRE Matcher (#4143)
Calvin Xiao
2021-02-11
caddyhttp: Support placeholders in header matcher values (close #3916)
Matthew Holt
2020-12-10
caddyhttp: Optionally use forwarded IP for remote_ip matcher
Matthew Holt
2020-12-09
caddyhttp: Document that remote_ip reads X-Forwarded-For header
Matthew Holt
2020-12-09
httpcaddyfile: support matching headers that do not exist (#3909)
Jack Baron
2020-12-02
caddyhttp: Optimize large host matchers
Matthew Holt
2020-11-17
caddyhttp: Fix header matcher when using nil
Matthew Holt
2020-11-02
caddyhttp: Merge query matchers in Caddyfile (#3839)
Francis Lavoie
2020-10-31
caddyhttp: Merge header matchers in Caddyfile (#3832)
Francis Lavoie
2020-09-25
caddyfile: Add support for `vars` and `vars_regexp` matchers (#3730)
Mohammed Al Sahaf
2020-06-26
caddyhttp: Support placeholders in query matcher (#3521)
James Birtles
2020-06-16
caddyhttp: Empty, not nil, query matcher matches empty query string
Matthew Holt
2020-06-16
caddyhttp: Enable matching empty query string
Matthew Holt
2020-05-26
caddyhttp: Refactor header matching
Matthew Holt
2020-05-11
caddyhttp: Fix merging of Caddyfile matchers in not blocks (#3379)
Francis Lavoie
2020-04-06
docs: Clarify "not" matcher structure (see #3233)
Matthew Holt
2020-04-06
caddyhttp: Strictly forbid unnecessary blocks on matchers (#3229)
Francis Lavoie
2020-04-06
caddyhttp: Support single-line not matcher (#3228)
Francis Lavoie
2020-04-01
caddyhttp: Update host matcher docs about wildcards
Matthew Holt
2020-04-01
caddyhttp: 'not' matcher now accepts multiple matcher sets and OR's them (#3208)
Matt Holt
2020-03-30
caddyhttp: Rename MatchNegate type to MatchNot type
Matthew Holt
2020-03-24
reverse_proxy: Add support for SRV backends (#3180)
Matt Holt
2020-03-19
caddyhttp: Implement CEL matcher (see #3051) (#3155)
Matt Holt
2020-03-18
caddyhttp: Minor improved Caddyfile support for some matchers
Matthew Holt
2020-03-16
caddyhttp: Support path matcher of "*" without panic
Matthew Holt
2020-02-27
Fix typos (#3087)
Success Go
2020-02-20
caddyhttp: Fixes for header and header_regexp directives (#3061)
Gilbert Gilb's
2020-02-14
Minor tweaks to docs/comments
Matthew Holt
2020-02-14
caddyfile: Refactor; NewFromNextSegment(); fix repeated matchers
Matthew Holt
2020-02-06
Remove Starlark, for now
Matthew Holt
2020-01-17
caddyhttp: Improve docs, and Caddyfile for respond directive
Matthew Holt
2020-01-09
v2: Implement Caddyfile enhancements (breaking changes) (#2960)
Matt Holt
2019-12-31
file-server command: Use safer defaults; http: improve host matcher docs
Matthew Holt
2019-12-29
Improve docs, especially w.r.t. placeholders and template actions
Matthew Holt
2019-12-29
Export Replacer and use concrete type instead of interface
Matthew Holt
2019-12-23
Improve godocs all around
Matthew Holt
2019-12-17
http: Patch path matcher to ignore dots and spaces (#2917)
Matthew Holt
2019-12-12
Minor improvements; comments and shorter placeholders & module IDs
Matthew Holt
2019-12-10
v2: Module documentation; refactor LoadModule(); new caddy struct tags (#2924)
Matt Holt
2019-11-29
v2: fixes query matcher parsing (#2901)
Mark Sargent
2019-11-29
http: Shorten regexp matcher placeholders; allow "=/" for simple matcher
Matthew Holt
2019-11-28
http: path matcher supports exact matching with = prefix
Matthew Holt
2019-11-27
http: header matcher supports fast prefix and suffix matching (#2888)
Matthew Holt
2019-11-15
http: Make path matcher case-insensitive
Matthew Holt
2019-10-14
caddyhttp: Support placeholders in MatchHost (#2810)
Pascal
2019-09-30
caddyhttp: 'not' matcher: Support Caddyfile unmarshaling
Matthew Holt
2019-09-18
host matcher: Strip [ ] from IPv6 addresses
Matthew Holt
2019-09-17
fastcgi: Implement / redirect for index.php with php_fastcgi directive (#2754)
Matt Holt
2019-09-14
Eliminate some TODOs
Matthew Holt
[next]