# HG changeset patch # User Senya # Date 1517475499 -7200 # Node ID f90cf59bee8ee983bd04d78d7afd51a194cfafe0 # Parent 94d8960385aada61a1f143d229013e4cd30e501f mod_auth_custom_http: fix documentation config example diff -r 94d8960385aa -r f90cf59bee8e mod_auth_custom_http/README.markdown --- 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