require:
- 'ip 217.66.51.0/24'
- 'ip 93.188.107.0/26'
+ - provider: location
+ path: '/'
+ auth_type: Digest
+ auth_name: server
+ auth_digest_provider: file
+ auth_digest_algorithm: MD5
+ auth_user_file: '/etc/httpd/htdigest'
+ auth_require: 'valid-user'
rewrites:
- comment: 'Alles auf https umleiten.'
rewrite_cond:
- '%%{ich-trickse}{HTTPS} !=on'
rewrite_rule:
- - ^(.*)$ https://%%{ich-trickse}{HTTP_HOST}$1 [R=301,L]
\ No newline at end of file
+ - ^(.*)$ https://%%{ich-trickse}{HTTP_HOST}$1 [R=301,L]