diff --git a/ext/curl/tests/Caddyfile b/ext/curl/tests/Caddyfile index 1c9432bdb0b..30686f0bb9f 100644 --- a/ext/curl/tests/Caddyfile +++ b/ext/curl/tests/Caddyfile @@ -12,7 +12,7 @@ respond /serverpush "main response" respond /serverpush/pushed "pushed response" push /serverpush /serverpush/pushed -basicauth /http-basic-auth { - # bcrypt password hash for "password", calculated with 'caddy hash-password' - user $2a$14$yUKl9SGqVTAAqPTzLup.DefsbXXx3kfreNnzpJOUHcIrKnr5lgef2 +basic_auth /http-basic-auth { + # bcrypt password hash for "password", calculated with 'caddy hash-password' + user $2a$14$yUKl9SGqVTAAqPTzLup.DefsbXXx3kfreNnzpJOUHcIrKnr5lgef2 }