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:
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; \
|
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
|
Authtype Basic
|
||||||
Authname "Amazing Community Bike Shop Login"
|
Authname "Amazing Community Bike Shop Login"
|
||||||
Require user someuser
|
Require user someuser
|
||||||
|
Loading…
x
Reference in New Issue
Block a user