From ad4c3a0c671f4a69f63fa7cee5cfb302c3b31486 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Tue, 28 Jun 2016 10:12:24 +0200 Subject: [PATCH] gruenderwoche - added htaccess for typo3 backend --- customer/bmwi-gruenderwoche/production.yaml | 24 ++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/customer/bmwi-gruenderwoche/production.yaml b/customer/bmwi-gruenderwoche/production.yaml index 1e619de5..431c3cf9 100644 --- a/customer/bmwi-gruenderwoche/production.yaml +++ b/customer/bmwi-gruenderwoche/production.yaml @@ -31,18 +31,18 @@ site::profile::typo3::projects: ssl_cert: '/etc/pki/tls/certs/www.gruenderwoche.de-cert.pem' ssl_key: '/etc/pki/tls/private/www.gruenderwoche.de-key.pem' ssl_chain: '/etc/pki/tls/certs/www.gruenderwoche.de-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 + directories: + - location1: + provider: location + path: '/typo3/' + 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 user: service.typo3 mode: '2775' php_admin_value: -- 2.39.5