caddy/modules/caddyhttp
Matt Holt 21c00a3cd2
caddyhttp: Better host matching for logger names (fix #3488) (#3522)
First try an exact lookup like before, but if it fails, strip the port
and try again. example.com:1234 should still use a logger keyed for
example.com if there is no key example.com:1234.
2020-06-26 12:01:50 -06:00
..
caddyauth caddyhttp: Add client cert SAN placeholders 2020-06-11 16:19:07 -06:00
encode
fileserver
headers
requestbody
reverseproxy fastcgi: Fix php_fastcgi matcher regression (#3512) 2020-06-22 11:45:18 -06:00
rewrite httpcaddyfile: New handle_path directive (#3281) 2020-05-26 15:27:51 -06:00
standard
templates templates: Add support for dots to close yaml frontmatter (#3498) 2020-06-15 12:38:51 -06:00
app.go caddyhttp: Add client cert SAN placeholders 2020-06-11 16:19:07 -06:00
autohttps.go caddyhttp: Auto-redirects from all bind addresses (fix #3443) 2020-06-03 10:56:26 -06:00
caddyhttp.go reverseproxy: Enable changing only the status code (close #2920) 2020-06-04 12:06:38 -06:00
celmatcher.go
errors.go
marshalers.go
matchers.go caddyhttp: Empty, not nil, query matcher matches empty query string 2020-06-16 12:02:23 -06:00
matchers_test.go caddyhttp: Empty, not nil, query matcher matches empty query string 2020-06-16 12:02:23 -06:00
replacer.go caddyhttp: Add client cert SAN placeholders 2020-06-11 16:19:07 -06:00
replacer_test.go caddyhttp: Add client cert SAN placeholders 2020-06-11 16:19:07 -06:00
responsewriter.go
routes.go
server.go caddyhttp: Better host matching for logger names (fix #3488) (#3522) 2020-06-26 12:01:50 -06:00
staticerror.go
staticresp.go caddyhttp: Default to error status if found in context 2020-06-04 10:32:01 -06:00
staticresp_test.go
subroute.go reverseproxy: Enable changing only the status code (close #2920) 2020-06-04 12:06:38 -06:00
vars.go