caddy/caddytest/integration/caddyfile_adapt/http_only_on_hostless_block.caddyfiletest

28 lines
No EOL
329 B
Text

# Issue #4113
:80, http://example.com {
respond "foo"
}
----------
{
"apps": {
"http": {
"servers": {
"srv0": {
"listen": [
":80"
],
"routes": [
{
"handle": [
{
"body": "foo",
"handler": "static_response"
}
]
}
]
}
}
}
}
}