From 1b7c191f4abd5cab0e0906cb2ca3fca9c2371d66 Mon Sep 17 00:00:00 2001 From: Lautaro Jayat <48366106+LautaroJayat@users.noreply.github.com> Date: Mon, 10 May 2021 17:33:41 -0300 Subject: [PATCH] Fixed 2 little typos --- etc/emqx_auth_http.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/emqx_auth_http.conf b/etc/emqx_auth_http.conf index 0e6182d..bef9679 100644 --- a/etc/emqx_auth_http.conf +++ b/etc/emqx_auth_http.conf @@ -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 @@ -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 ##