We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
basicauth
basic_auth
1 parent fe8d39a commit cab120fCopy full SHA for cab120f
ext/curl/tests/Caddyfile
@@ -12,7 +12,7 @@ respond /serverpush "main response"
12
respond /serverpush/pushed "pushed response"
13
push /serverpush /serverpush/pushed
14
15
-basicauth /http-basic-auth {
16
- # bcrypt password hash for "password", calculated with 'caddy hash-password'
17
- 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
18
}
0 commit comments