]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
dev-deuwo basic auth new htpasswd
authorsascha.strassheim <sascha.strassheim@pixelpark.com>
Wed, 23 May 2018 13:59:21 +0000 (15:59 +0200)
committersascha.strassheim <sascha.strassheim@pixelpark.com>
Wed, 23 May 2018 13:59:21 +0000 (15:59 +0200)
customer/deuwo/dev-web01-deutsche-wohnen-com.pixelpark.net.yaml

index aed68d22b0123661a828fa050a4f1e14a388dcf3..a220d8469132e0b9562a1126e8405c9fec1a0abc 100644 (file)
@@ -207,12 +207,20 @@ infra::profile::apache::pp_vhosts:
       - location1:
         provider: location
         path: '/'
-        auth_type: Digest
+        auth_type: Basic
         auth_name: server
-        auth_digest_provider: file
-        auth_digest_algorithm: MD5
-        auth_user_file: '/etc/httpd/htdigest'
+        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'