blob: 5f28cb9d2c4d1267d4c0dc7981234c5a8f4f2684 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# /etc/ttyd/apache2-auth.conf
<IfFile /etc/ttyd/htpasswd>
AuthName "ttyd"
AuthBasicProvider file
AuthType basic
AuthUserFile /etc/ttyd/htpasswd
Require valid-user
</IfFile>
|