improved nginx.basicAuthFile description

This commit is contained in:
paumr 2019-12-03 14:05:46 +01:00
parent 120eda95a6
commit 5a1c15da12

View File

@ -207,6 +207,7 @@ with lib;
default = null;
description = ''
Basic Auth password file for a vhost.
Can be created via: <command>htpasswd -c &lt;filename&gt; &lt;username&gt;</command>
'';
};