Skip to content

Commit

Permalink
Fix docs for proxy.auth
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Schultz <peter.schultz@classmarkets.com>
  • Loading branch information
pschultz committed Jul 15, 2019
1 parent ea3a365 commit 91baae6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions docs/content/ref/proxy.auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ title: "proxy.auth"

Each authorization scheme is configured with a list of
key/value options. Each scheme must have a unique
name which can then be referred to in a listener
configuration.
name which can then be referred to in a routing rule.

name=<name>;type=<type>;opt=arg;opt[=arg];...

Expand Down Expand Up @@ -38,4 +37,4 @@ Supported htpasswd formats are detailed [here](https://github.com/tg123/go-htpas

The default is

proxy.auth =
proxy.auth =
4 changes: 2 additions & 2 deletions fabio.properties
Original file line number Diff line number Diff line change
Expand Up @@ -478,8 +478,8 @@
#
# Each auth scheme is configured with a list of
# key/value options. Each source must have a unique
# name which can then be referred to in a listener
# configuration.
# name which can then be referred to in a routing
# rule.
#
# name=<name>;type=<type>;opt=arg;opt[=arg];...
#
Expand Down

0 comments on commit 91baae6

Please sign in to comment.