diff --git a/nginx-ldap-auth.conf b/nginx-ldap-auth.conf
index c5dd551f9dd8724bf243cf441e75ed289966f596..50dcc100d337839574ed57330a0bc5f611a5cbff 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/;