diff options
author | Matthew Holt <mholt@users.noreply.github.com> | 2020-06-16 10:02:06 -0600 |
---|---|---|
committer | Matthew Holt <mholt@users.noreply.github.com> | 2020-06-16 10:02:06 -0600 |
commit | 32cafbb6309c8d78cc7e2f2a75def9c633944ef8 (patch) | |
tree | 7cb6a34c393f51ab49bfae504c8f7b42e6dd742f /caddytest/integration/caddyfile_adapt/global_server_options_multi.txt | |
parent | 003403ecbccbd3fa53040ee1f0fd5d411a887215 (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 'caddytest/integration/caddyfile_adapt/global_server_options_multi.txt')
0 files changed, 0 insertions, 0 deletions