From d29f50d8858d3dd7858eb444624e217ed570a5d2 Mon Sep 17 00:00:00 2001 From: Andreas Gerstenberg Date: Thu, 27 Oct 2016 10:20:52 +0200 Subject: [PATCH] remove webserver auth --- .../www-kutchenhaus-co-uk.pixelpark.net.yaml | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/customer/kutchenhaus/www-kutchenhaus-co-uk.pixelpark.net.yaml b/customer/kutchenhaus/www-kutchenhaus-co-uk.pixelpark.net.yaml index a62c7bdc..d4877088 100644 --- a/customer/kutchenhaus/www-kutchenhaus-co-uk.pixelpark.net.yaml +++ b/customer/kutchenhaus/www-kutchenhaus-co-uk.pixelpark.net.yaml @@ -27,17 +27,17 @@ site::profile::wordpress::projects: ssl_key: '/etc/pki/tls/private/wildcard.pixelpark.net-key.pem' ssl_chain: '/etc/pki/tls/certs/wildcard.pixelpark.net-cert.pem' directories: - - 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' - require: - - local +# - 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' +# require: +# - local - location2: provider: location path: '/wp-admin' -- 2.39.5