From 203b9ebfa0b98197fa2aa0a29dcbb4bd9bf75c95 Mon Sep 17 00:00:00 2001 From: "sascha.strassheim" Date: Wed, 23 May 2018 15:59:21 +0200 Subject: [PATCH] dev-deuwo basic auth new htpasswd --- ...-web01-deutsche-wohnen-com.pixelpark.net.yaml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/customer/deuwo/dev-web01-deutsche-wohnen-com.pixelpark.net.yaml b/customer/deuwo/dev-web01-deutsche-wohnen-com.pixelpark.net.yaml index aed68d22..a220d846 100644 --- a/customer/deuwo/dev-web01-deutsche-wohnen-com.pixelpark.net.yaml +++ b/customer/deuwo/dev-web01-deutsche-wohnen-com.pixelpark.net.yaml @@ -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' -- 2.39.5