... | ... | @@ -42,5 +42,20 @@ htpasswwd |
|
|
|
|
|
/etc/httpd/secure/staging.digitec.io/
|
|
|
|
|
|
# Begin Disney Block
|
|
|
# ---------------------------------------------------
|
|
|
<Directory "/www/staging.digitec.io/disney">
|
|
|
AuthType Basic
|
|
|
AuthName "Digitec RHS-1 Staging Server - Disney"
|
|
|
AuthUserFile /etc/httpd/secure/staging.digitec.io/disney.htpasswd
|
|
|
Require valid-user
|
|
|
<FilesMatch "\.(mp4|flv|webm|ogg|pdf)$">
|
|
|
Satisfy any
|
|
|
order allow,deny
|
|
|
allow from all
|
|
|
</FilesMatch>
|
|
|
</Directory>
|
|
|
# ---------------------------------------------------
|
|
|
|
|
|
```
|
|
|
|