diff --git a/nginx-ldap-auth.conf b/nginx-ldap-auth.conf index ba6933315f210780c7ccbd01c2baff631ab589b1..e6cbae31187a34d89dffbe7eafd72bf428e71b42 100644 --- a/nginx-ldap-auth.conf +++ b/nginx-ldap-auth.conf @@ -117,7 +117,7 @@ http { # which is the default set in nginx-ldap-auth-daemon.py. proxy_set_header X-Ldap-Template ""; # Optional, do not comment - # (Optional) Set the realm name, e.g. "Restricred", which is the + # (Optional) Set the realm name, e.g. "Restricted", which is the # default set in nginx-ldap-auth-daemon.py. proxy_set_header X-Ldap-Realm ""; # Optional, do not comment }