aboutsummaryrefslogtreecommitdiffstats
path: root/modules/bcd/templates/vhost_bcd.conf
blob: 78528e489094daf33fb32b3ccaeb65b521053a8b (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 ( https://wiki.<%= domain %>/en/QA_Team )"

    AuthType Basic
    require valid-user

    Options FollowSymlinks
    Options Indexes
</Directory>