nginx: Use placeholders which play nicely with Bash

`<` and `>` are redirection operators.
This commit is contained in:
Victor Engmark
2024-10-08 23:09:47 +13:00
parent 15f602e4ba
commit fef047eba5
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ with lib;
default = null;
description = ''
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
non-cryptographically-securely hashed way.