aboutsummaryrefslogtreecommitdiff
path: root/src/vmod-basicauth.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/vmod-basicauth.3')
-rw-r--r--src/vmod-basicauth.32
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vmod-basicauth.3 b/src/vmod-basicauth.3
index 58e4331..883410e 100644
--- a/src/vmod-basicauth.3
+++ b/src/vmod-basicauth.3
@@ -50,25 +50,25 @@ if (!basicauth.match("/var/www/.htpasswd", req.http.Authorization)) {
.SS Example: VCL 4.0
.PP
.EX
if (!basicauth.match("/var/www/.htpasswd", req.http.Authorization)) {
return (synth(401, "Restricted"));
}
.EE
.\" The MANCGI variable is set by man.cgi script on Ulysses.
.\" The download.inc file contains the default DOWNLOAD section
.\" for man-based doc pages.
.if "\V[MANCGI]"WEBDOC" \{\
. ds package vmod-basicauth
-. ds version 1.2
+. ds version 1.3
. so download.inc
\}
.SH "SEE ALSO"
.BR vcl (7),
.BR varnishd (1).
.SH AUTHORS
Sergey Poznyakoff
.SH "BUG REPORTS"
Report bugs to <gray@gnu.org>.
.SH COPYRIGHT
Copyright \(co 2013-2014 Sergey Poznyakoff
.br

Return to:

Send suggestions and report system problems to the System administrator.