added support for different owner and crypt_scheme
This commit is contained in:
parent
f727f839e9
commit
22340271b1
2 changed files with 9 additions and 3 deletions
|
|
@ -1,6 +1,10 @@
|
|||
htpasswdfile: {}
|
||||
# foo:
|
||||
# path: /etc/nginx/htpasswd-something
|
||||
# owner: root
|
||||
# group: www-data
|
||||
# mode: 0640
|
||||
# crypt_scheme: apr_md5_crypt
|
||||
# users:
|
||||
# - name: bar
|
||||
# pw: baz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue