# HG changeset patch # User Kim Alvefur # Date 1526780618 -7200 # Node ID b19d64dd4c66be09ecf5b267a8959945376aff91 # Parent 727a8beeb5c31beb1dba7e8e799328e823f57961 mod_http_authentication/README: Change name of config option to match the code diff -r 727a8beeb5c3 -r b19d64dd4c66 mod_http_authentication/README.markdown --- 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