mirror of
https://github.com/fspc/Yellow-Bike-Database.git
synced 2025-02-22 00:53:22 -05:00
Points out possible file name for virtual host file.
This commit is contained in:
parent
31c785ed13
commit
6bda47b485
@ -8,7 +8,8 @@ B. htpasswd -Bc -C 10 htpasswd test (note that bcrypt is used)
|
||||
|
||||
C. chown www-data:www-data /var/htpasswd; chmod 0400 /var/htpasswd; \
|
||||
|
||||
D. <Directory /var/www/html>
|
||||
D. In associated virtual host file, e.g. default-ssl.conf:
|
||||
<Directory /var/www/html>
|
||||
Authtype Basic
|
||||
Authname "Amazing Community Bike Shop Login"
|
||||
Require user someuser
|
||||
|
Loading…
x
Reference in New Issue
Block a user