update comments
This commit is contained in:
parent
12c9118f3c
commit
252d17ad76
2 changed files with 10 additions and 6 deletions
|
|
@ -1,7 +1,9 @@
|
|||
# Create a password hash with 'mkpasswd -m sha-256' or 'mkpasswd -m sha512' and paste it here.
|
||||
# If the following line is uncommented and a hash is set, the directory is password protected.
|
||||
# Insert a password hash to enable password protection for this directory
|
||||
# Use one of the following commands to create a hash:
|
||||
# mkpasswd -m sha-256
|
||||
# mkpasswd -m sha-512
|
||||
#
|
||||
hashed_password = "$5$2r6msAhSPoVxqgf0$577MP.BfMNrugghuYr6Zxjv.CN36Rqkgbxn88Bpe5z3" # movie_evening!
|
||||
hashed_password = "$5$s9bLebSgS9O4CPDR$xQF4/bWQqv5rqaq3Or2oTpXBW4TZdjFtBeH9CwZiw72" # movie_night!
|
||||
|
||||
# Set this to 'true' to allow file downloads from this directory
|
||||
download = true
|
||||
|
|
|
|||
|
|
@ -1,7 +1,9 @@
|
|||
# Create a password hash with 'mkpasswd -m sha-256' or 'mkpasswd -m sha512' and paste it here.
|
||||
# If the following line is uncommented and a hash is set, the directory is password protected.
|
||||
# Insert a password hash to enable password protection for this directory
|
||||
# Use one of the following commands to create a hash:
|
||||
# mkpasswd -m sha-256
|
||||
# mkpasswd -m sha-512
|
||||
#
|
||||
# hased_password = ""
|
||||
#hashed_password = ""
|
||||
|
||||
# Set this to 'true' to allow file downloads from this directory
|
||||
download = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue