Skip to content

Commit e9d85d0

Browse files
committed
Added mkpasswd as htpasswd generator.
1 parent 766f3c6 commit e9d85d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/en/docs/http/ngx_http_auth_basic_module.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<module name="Module ngx_http_auth_basic_module"
1111
link="/en/docs/http/ngx_http_auth_basic_module.html"
1212
lang="en"
13-
rev="10">
13+
rev="11">
1414

1515
<section id="summary">
1616

@@ -96,7 +96,7 @@ The following password types are supported:
9696
<listitem>
9797
encrypted with the <c-func>crypt</c-func> function; can be generated using
9898
the “<command>htpasswd</command>” utility from the Apache HTTP Server
99-
distribution or the “<command>openssl passwd</command>” command;
99+
distribution or the “<command>mkpasswd</command>” utility derived from the “<command>whois</command>” command, or the “<command>openssl passwd</command>” command;
100100
</listitem>
101101

102102
<listitem>

0 commit comments

Comments
 (0)