]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/plugins/httpauth.mdwn
httpauth: Recommend if_not_empty parameter for REMOTE_USER
[git.ikiwiki.info.git] / doc / plugins / httpauth.mdwn
index 58a08599c7a2d010c945a600b921107bf78e7f32..b2f789b8e6ad27f30e288cf0c38e22396c9ca63f 100644 (file)
@@ -41,6 +41,6 @@ users authentication via other methods.
 You have to pass the $remote_user variable to the CGI:
 
     location /ikiwiki.cgi {
-        fastcgi_param REMOTE_USER $remote_user;
+        fastcgi_param REMOTE_USER $remote_user if_not_empty;
         ....
     }