nginx: Use placeholders which play nicely with Bash
`<` and `>` are redirection operators.
This commit is contained in:
@@ -30,7 +30,7 @@ with lib;
|
|||||||
default = null;
|
default = null;
|
||||||
description = ''
|
description = ''
|
||||||
Basic Auth password file for a vhost.
|
Basic Auth password file for a vhost.
|
||||||
Can be created via: {command}`htpasswd -c <filename> <username>`.
|
Can be created via: {command}`htpasswd -c FILENAME USERNAME`.
|
||||||
|
|
||||||
WARNING: The generate file contains the users' passwords in a
|
WARNING: The generate file contains the users' passwords in a
|
||||||
non-cryptographically-securely hashed way.
|
non-cryptographically-securely hashed way.
|
||||||
|
|||||||
@@ -345,7 +345,7 @@ with lib;
|
|||||||
default = null;
|
default = null;
|
||||||
description = ''
|
description = ''
|
||||||
Basic Auth password file for a vhost.
|
Basic Auth password file for a vhost.
|
||||||
Can be created via: {command}`htpasswd -c <filename> <username>`.
|
Can be created via: {command}`htpasswd -c FILENAME USERNAME`.
|
||||||
|
|
||||||
WARNING: The generate file contains the users' passwords in a
|
WARNING: The generate file contains the users' passwords in a
|
||||||
non-cryptographically-securely hashed way.
|
non-cryptographically-securely hashed way.
|
||||||
|
|||||||
Reference in New Issue
Block a user