From 5ad87ae713d53911ff94b1de9f2bbe7f3b399fd6 Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Thu, 8 Jun 2017 10:54:31 +0200 Subject: [PATCH] Revert "bmas-typo3 - remove htaccess for experimentierraeume BMASAFOUR-949" This reverts commit df09137005ba344bd91a3de57240a964e1466155. --- customer/bmas-typo3/production.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/customer/bmas-typo3/production.yaml b/customer/bmas-typo3/production.yaml index 4aba6116..ae8e2194 100644 --- a/customer/bmas-typo3/production.yaml +++ b/customer/bmas-typo3/production.yaml @@ -226,6 +226,17 @@ infra::profile::typo3::projects: auth_require: 'valid-user' require: - local + # temporaerer Schutz experimentierraeume + - provider: location + path: '/experimentierraeume/' + auth_type: Digest + auth_name: arbeit + auth_digest_provider: file + auth_digest_algorithm: MD5 + auth_user_file: '/etc/httpd/htdigest' + auth_require: 'valid-user' + require: + - local # make some other locations available - provider: location path: '/typo3/js' -- 2.39.5