diff --git a/nginx-ldap-auth.conf b/nginx-ldap-auth.conf
index e890444228497aace46edafc9ce5a23ed3deede1..5353741279023133dba5528fcbf726b36bd400ff 100644
--- a/nginx-ldap-auth.conf
+++ b/nginx-ldap-auth.conf
@@ -23,6 +23,8 @@ http {
             auth_request /auth-proxy;
 
             # redirect 401 to login form
+            # Comment them out if using HTTP basic authentication.
+            # or authentication popup won't show
             error_page 401 =200 /login;
 
             proxy_pass http://backend/;