Merge pull request #74913 from paumr/master

improved nginx.basicAuthFile description
This commit is contained in:
Florian Klink
2019-12-04 01:03:45 +01:00
committed by GitHub

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>
'';
};