Matthew Holt
5 years ago
No known key found for this signature in database
GPG Key ID: 2A349DD577D586A5
1 changed files with
3 additions and
5 deletions
-
caddytest/integration/caddyfile_adapt/log_except_catchall_blocks.txt
|
@ -1,6 +1,6 @@ |
|
|
http://localhost:2020 { |
|
|
http://localhost:2020 { |
|
|
log |
|
|
log |
|
|
file_server |
|
|
respond 200 |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
:2020 { |
|
|
:2020 { |
|
@ -31,10 +31,8 @@ http://localhost:2020 { |
|
|
{ |
|
|
{ |
|
|
"handle": [ |
|
|
"handle": [ |
|
|
{ |
|
|
{ |
|
|
"handler": "file_server", |
|
|
"handler": "static_response", |
|
|
"hide": [ |
|
|
"status_code": 200 |
|
|
"./Caddyfile" |
|
|
|
|
|
] |
|
|
|
|
|
} |
|
|
} |
|
|
] |
|
|
] |
|
|
} |
|
|
} |
|
|