summaryrefslogtreecommitdiff
path: root/modules/caddyhttp/matchers.go
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2020-06-16 10:02:06 -0600
committerMatthew Holt <mholt@users.noreply.github.com>2020-06-16 10:02:06 -0600
commit32cafbb6309c8d78cc7e2f2a75def9c633944ef8 (patch)
tree7cb6a34c393f51ab49bfae504c8f7b42e6dd742f /modules/caddyhttp/matchers.go
parent003403ecbccbd3fa53040ee1f0fd5d411a887215 (diff)
httpcaddyfile: Fix ordering of catch-all site blocks
Catch-alls should always go last. Normally this is the case, but we have a special case for comparing one wildcard-host site block to another non-wildcard host site block; and a catch-all site block is also a non-wildcard host site block, so now we have to special-case the catch-all site block. Sigh. This could be reproduced with a Caddyfile that has two site blocks: ":80" and "*.example.com", in that order.
Diffstat (limited to 'modules/caddyhttp/matchers.go')
0 files changed, 0 insertions, 0 deletions