Skip to content

Commit 4117e0a

Browse files
authored
Update proxy.auth.md
Adds comma to make the example a working example per the spec in TestParseKVSlice.go
1 parent 826d8aa commit 4117e0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/content/ref/proxy.auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Supported htpasswd formats are detailed [here](https://github.com/tg123/go-htpas
3232
name=mybasicauth;type=basic;file=p/creds.htpasswd;refresh=30s
3333

3434
# basic auth with multiple schemes
35-
proxy.auth = name=mybasicauth;type=basic;file=p/creds.htpasswd;refresh=30s
35+
proxy.auth = name=mybasicauth;type=basic;file=p/creds.htpasswd;refresh=30s,
3636
name=myotherauth;type=basic;file=p/other-creds.htpasswd;realm=myrealm
3737

3838
The default is

0 commit comments

Comments
 (0)