From: Philipp Dallig Date: Mon, 29 May 2017 16:01:29 +0000 (+0200) Subject: bmas-typo3 - protection stuff X-Git-Tag: v0.1.0~2903 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=cfb141fb55c7603e6cdd0983d9dcb18dca7bd79d;p=pixelpark%2Fhiera.git bmas-typo3 - protection stuff --- diff --git a/customer/bmas-typo3/production.yaml b/customer/bmas-typo3/production.yaml index 7afafaeb..a0806c85 100644 --- a/customer/bmas-typo3/production.yaml +++ b/customer/bmas-typo3/production.yaml @@ -206,8 +206,8 @@ infra::profile::typo3::projects: ssl_key: '/etc/pki/tls/private/www.arbeitenviernull.de-key.pem' ssl_chain: '/etc/pki/tls/certs/www.arbeitenviernull.de-cert.pem' directories: - - location1: - provider: location + # protect typo3 location + - provider: location path: '/typo3/' auth_type: Digest auth_name: arbeit @@ -217,11 +217,21 @@ infra::profile::typo3::projects: auth_require: 'valid-user' require: - local - - location2: - provider: location + # temporärer 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' - - location3: - provider: location + - provider: location path: '/typo3/sysext/rsaauth/resources/' user: apache mode: '2775'