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
commit 49f3d9203a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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