From 5a1c15da12e383629cb2ea63b9f2c72e8c25b6a5 Mon Sep 17 00:00:00 2001 From: paumr Date: Tue, 3 Dec 2019 14:05:46 +0100 Subject: [PATCH] improved nginx.basicAuthFile description --- nixos/modules/services/web-servers/nginx/vhost-options.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/services/web-servers/nginx/vhost-options.nix b/nixos/modules/services/web-servers/nginx/vhost-options.nix index 7e488f33a41..455854e2a96 100644 --- a/nixos/modules/services/web-servers/nginx/vhost-options.nix +++ b/nixos/modules/services/web-servers/nginx/vhost-options.nix @@ -207,6 +207,7 @@ with lib; default = null; description = '' Basic Auth password file for a vhost. + Can be created via: htpasswd -c <filename> <username> ''; };