diff --git a/caddytest/integration/caddyfile_adapt/log_except_catchall_blocks.txt b/caddytest/integration/caddyfile_adapt/log_except_catchall_blocks.txt index a6fd0513..57b63af4 100644 --- a/caddytest/integration/caddyfile_adapt/log_except_catchall_blocks.txt +++ b/caddytest/integration/caddyfile_adapt/log_except_catchall_blocks.txt @@ -1,6 +1,6 @@ http://localhost:2020 { log - file_server + respond 200 } :2020 { @@ -31,10 +31,8 @@ http://localhost:2020 { { "handle": [ { - "handler": "file_server", - "hide": [ - "./Caddyfile" - ] + "handler": "static_response", + "status_code": 200 } ] }