Mercurial > prosody-modules
diff mod_auth_custom_http/README.markdown @ 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 | 6c569c481ffa |
children |
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