priority: "06"
content: |
jenkins ALL=(solr) NOPASSWD: ALL
-
+
php::extensions:
gd: {}
opcache: {}
allow_override:
- All
directoryindex: index.php index.html
- - location1:
- 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'
+ - provider: location
+ path: '/'
+ auth_type: Basic
+ auth_name: server
+ auth_user_file: '/etc/httpd/htpasswd'
+ auth_require: 'valid-user'
+
+# - location1:
+# 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:
- alias:
comment: 'Alles auf https umleiten'