aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bcd/templates/vhost_bcd.conf
blob: 536b09d5fe7dbce6132c4b8d88d9d9ad23512673 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<Directory <%= location %>>
    AuthUserFile <%= scope.lookupvar('bcd::home') %>/htpasswd
    AuthGroupFile /dev/null
    AuthName "QA test isos, restricted access"
    ErrorDocument 403  "For the password, please contact the QA team ( http://wiki.<%= domain %>/en/QA_Team )"

    AuthType Basic
    require valid-user

    Options FollowSymlinks
    Options Indexes
</Directory>