From a22714c9ba1767e05c944c89e59c8753cd5d9493 Mon Sep 17 00:00:00 2001 From: Andreas Gerstenberg Date: Mon, 22 Aug 2016 11:54:26 +0200 Subject: [PATCH] add authentication to test site --- .../aamt/web-aamt-facebook.pixelpark.net.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/customer/aamt/web-aamt-facebook.pixelpark.net.yaml b/customer/aamt/web-aamt-facebook.pixelpark.net.yaml index 7ffd876b..e808d829 100644 --- a/customer/aamt/web-aamt-facebook.pixelpark.net.yaml +++ b/customer/aamt/web-aamt-facebook.pixelpark.net.yaml @@ -65,15 +65,15 @@ site::profile::apache::pp_vhosts: allow_override: - All directoryindex: 'index.php index.html' -# - location1: -# provider: location -# path: '/' -# auth_type: Digest -# auth_name: testserver -# auth_digest_provider: file -# auth_digest_algorithm: MD5 -# auth_user_file: '/etc/httpd/htdigest' -# auth_require: 'valid-user' + - location1: + provider: location + path: '/' + auth_type: Digest + auth_name: testserver + auth_digest_provider: file + auth_digest_algorithm: MD5 + auth_user_file: '/etc/httpd/htdigest' + auth_require: 'valid-user' site::profile::apache_php::fpm_pool: aamt-facebook: -- 2.39.5