From e72c489b4d6380aca9ffc1b308aa5705d8b034c5 Mon Sep 17 00:00:00 2001 From: "sascha.strassheim" Date: Tue, 10 Apr 2018 15:23:36 +0200 Subject: [PATCH] triple win fachkraefte wp-login htaccess --- customer/joml/production.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/customer/joml/production.yaml b/customer/joml/production.yaml index 7d18aaf1..5f393392 100644 --- a/customer/joml/production.yaml +++ b/customer/joml/production.yaml @@ -179,14 +179,14 @@ infra::profile::wordpress::projects: # ssl_chain: /etc/pki/tls/certs/wildcard.pixelpark.net-cert.pem # ssl_key: /etc/pki/tls/private/wildcard.pixelpark.net-key.pem # directories: -# - provider: location -# path: '/' -# auth_type: Digest -# auth_name: twp -# auth_digest_provider: file -# auth_digest_algorithm: MD5 -# auth_user_file: '/etc/httpd/htdigest' -# auth_require: 'valid-user' + - provider: location + path: '/wp-login' + auth_type: Digest + auth_name: twp + auth_digest_provider: file + auth_digest_algorithm: MD5 + auth_user_file: '/etc/httpd/htdigest' + auth_require: 'valid-user' # - provider: location # path: '/.well-known/pki-validation/fileauth.txt' -- 2.39.5