summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--caddytest/integration/caddyfile_adapt/log_except_catchall_blocks.txt8
1 files changed, 3 insertions, 5 deletions
diff --git a/caddytest/integration/caddyfile_adapt/log_except_catchall_blocks.txt b/caddytest/integration/caddyfile_adapt/log_except_catchall_blocks.txt
index a6fd051..57b63af 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
}
]
}