0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-23 22:27:38 -05:00
caddy/caddytest/integration/caddyfile_adapt/http_only_on_hostless_block.txt

329 B

Issue #4113

:80, http://example.com { respond "foo" }

{ "apps": { "http": { "servers": { "srv0": { "listen": [ ":80" ], "routes": [ { "handle": [ { "body": "foo", "handler": "static_response" } ] } ] } } } } }