From: sascha.strassheim Date: Wed, 23 May 2018 13:59:21 +0000 (+0200) Subject: dev-deuwo basic auth new htpasswd X-Git-Tag: v0.1.0~951^2~7 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=203b9ebfa0b98197fa2aa0a29dcbb4bd9bf75c95;p=pixelpark%2Fhiera.git dev-deuwo basic auth new htpasswd --- 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'