diff mod_http_authentication/README.markdown @ 3019:b19d64dd4c66

mod_http_authentication/README: Change name of config option to match the code
author Kim Alvefur <zash@zash.se>
date Sun, 20 May 2018 03:43:38 +0200
parents 1380ae0e003f
children
line wrap: on
line diff
--- a/mod_http_authentication/README.markdown	Sun May 20 03:03:59 2018 +0200
+++ b/mod_http_authentication/README.markdown	Sun May 20 03:43:38 2018 +0200
@@ -10,10 +10,10 @@
 
 ## Configuration
 
-Name                             Default                          Description
--------------------------------  -------------------------------  -----------------------------
-minddistrict_http_credentials    "minddistrict:secretpassword"    The credentials that HTTP clients must provide to access the HTTP interface. Should be a string with the syntax "username:password".
-unauthenticated_http_endpoints   { "/http-bind", "/http-bind/" }  A list of paths that should be excluded from authentication.
+  Name                               Default                           Description
+  ---------------------------------- --------------------------------- --------------------------------------------------------------------------------------------------------------------------------------
+  http\_credentials                  "minddistrict:secretpassword"     The credentials that HTTP clients must provide to access the HTTP interface. Should be a string with the syntax "username:password".
+  unauthenticated\_http\_endpoints   { "/http-bind", "/http-bind/" }   A list of paths that should be excluded from authentication.
 
 ## Usage