Mercurial > prosody-modules
changeset 2868:f90cf59bee8e
mod_auth_custom_http: fix documentation config example
author | Senya <senya@kinetiksoft.com> |
---|---|
date | Thu, 01 Feb 2018 10:58:19 +0200 |
parents | 94d8960385aa |
children | 77498ea07795 |
files | mod_auth_custom_http/README.markdown |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_auth_custom_http/README.markdown Wed Jan 31 22:15:27 2018 +0200 +++ b/mod_auth_custom_http/README.markdown Thu Feb 01 10:58:19 2018 +0200 @@ -15,7 +15,9 @@ ``` lua VirtualHost "example.com" authentication = "custom_http" -auth_custom_http = "http://api.example.com/auth" +auth_custom_http = { + post_url = "http://api.example.com/auth"; +} ``` Protocol