Unverified Commit fef047eb authored by Victor Engmark's avatar Victor Engmark
Browse files

nginx: Use placeholders which play nicely with Bash

`<` and `>` are redirection operators.
parent 15f602e4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
+1 −1
Original line number Diff line number Diff line
@@ -345,7 +345,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.