1
0
mirror of https://github.com/fspc/Yellow-Bike-Database.git synced 2025-02-22 08:53:23 -05:00

Points out possible file name for virtual host file.

This commit is contained in:
Jonathan Rosenbaum 2018-03-21 21:40:58 +00:00
parent 31c785ed13
commit 6bda47b485

View File

@ -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