Skip to content

Commit

Permalink
reverse_proxy: doc typo and improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
d-masson committed Nov 18, 2020
1 parent e43e820 commit 69b3909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/caddyhttp/reverseproxy/selectionpolicies.go
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ func (s *HeaderHashSelection) UnmarshalCaddyfile(d *caddyfile.Dispenser) error {
type CookieHashSelection struct {
// The HTTP cookie name whose value is to be hashed and used for upstream selection.
Name string `json:"name,omitempty"`
// Secret to hash (Hmac256) choosen upstream in cookie
// Secret to hash (Hmac256) chosen upstream in cookie
Secret string `json:"secret,omitempty"`
}

Expand Down

0 comments on commit 69b3909

Please sign in to comment.