Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
update for rename of recentchanges.mdwn to json.tl.ph.mdwn
[git.ikiwiki.info.git]
/
doc
/
plugins
/
httpauth.mdwn
diff --git
a/doc/plugins/httpauth.mdwn
b/doc/plugins/httpauth.mdwn
index 58a08599c7a2d010c945a600b921107bf78e7f32..b2f789b8e6ad27f30e288cf0c38e22396c9ca63f 100644
(file)
--- a/
doc/plugins/httpauth.mdwn
+++ b/
doc/plugins/httpauth.mdwn
@@
-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
;
....
}