From c75603715a8c29b649a2aea7b755b96c616b4ce0 Mon Sep 17 00:00:00 2001 From: "sascha.strassheim" Date: Wed, 23 May 2018 15:48:59 +0200 Subject: [PATCH] test-deuwo basic auth --- ...b01-deutsche-wohnen-com.pixelpark.net.yaml | 40 +++++++++++-------- 1 file changed, 24 insertions(+), 16 deletions(-) diff --git a/customer/deuwo/test-web01-deutsche-wohnen-com.pixelpark.net.yaml b/customer/deuwo/test-web01-deutsche-wohnen-com.pixelpark.net.yaml index 3b35c699..24867167 100644 --- a/customer/deuwo/test-web01-deutsche-wohnen-com.pixelpark.net.yaml +++ b/customer/deuwo/test-web01-deutsche-wohnen-com.pixelpark.net.yaml @@ -209,22 +209,30 @@ infra::profile::apache::pp_vhosts: allow_override: - All directoryindex: index.php index.html - - 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' + - location1: + provider: location + path: '/' + auth_type: Basic + auth_name: server + auth_user_file: '/etc/httpd/htdigest' + auth_require: 'valid-user' + + # 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' + rewrites: - alias: comment: 'Alles auf https umleiten' -- 2.39.5