Skip to content

Commit

Permalink
Fixed 2 little typos
Browse files Browse the repository at this point in the history
  • Loading branch information
LautaroJayat authored May 10, 2021
1 parent 2f40ec9 commit 1b7c191
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/emqx_auth_http.conf
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ auth.http.auth_req.params = clientid=%c,username=%u,password=%P
## Value: post | get
#auth.http.super_req.method = post

## It only works when method=pos
## It only works when method=post
## Value: json | x-www-form-urlencoded
#auth.http.super_req.content_type = x-www-form-urlencoded

Expand Down Expand Up @@ -112,7 +112,7 @@ auth.http.acl_req.params = access=%A,username=%u,clientid=%c,ipaddr=%a,topic=%t,
## Default is same with the timeout option
## auth.http.request.connect_timeout = 5

## Re-send http reuqest times
## Re-send http request times
##
## Value: integer
##
Expand Down

0 comments on commit 1b7c191

Please sign in to comment.