mod_http_authentication/README.markdown
changeset 3023 b19d64dd4c66
parent 3016 1380ae0e003f
--- 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