From: Oliver Böttcher Date: Thu, 13 Sep 2018 07:49:58 +0000 (+0200) Subject: deuwo - DWWS-1177 X-Git-Tag: v0.1.0~179 X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=080b41e5e82845179b14e0abcbf8576ff01e27d3;p=pixelpark%2Fhiera.git deuwo - DWWS-1177 --- diff --git a/customer/deuwo/web01-deutsche-wohnen-com.pixelpark.net.yaml b/customer/deuwo/web01-deutsche-wohnen-com.pixelpark.net.yaml index 148fd28a..edb0c604 100644 --- a/customer/deuwo/web01-deutsche-wohnen-com.pixelpark.net.yaml +++ b/customer/deuwo/web01-deutsche-wohnen-com.pixelpark.net.yaml @@ -84,6 +84,8 @@ infra::profile::typo3::projects_composer_monolith: - www.deutsche-wohnen.de - web01-deutsche-wohnen-com.pixelpark.net - unterlagen.deutsche-wohnen.com + - www.unterlagen.deutsche-wohnen.com + - hinweisgeber.deutsche-wohnen.com # cert_servername: 'wildcard.pixelpark.net' # cert_customer: 'pixelpark' # ssl_cert: /etc/pki/tls/certs/wildcard.pixelpark.net-cert.pem @@ -110,6 +112,11 @@ infra::profile::typo3::projects_composer_monolith: - '%{literal("%")}{HTTP_HOST} ^(www\.)?unterlagen\.deutsche-wohnen\.com$' rewrite_rule: - '^(.*)$ https://www.deutsche-wohnen.com/erforderliche-unterlagen [R=301,L]' + - DWWS-1177: + rewrite_cond: + - '%{literal("%")}{HTTP_HOST} ^hinweisgeber\.deutsche-wohnen\.com$' + rewrite_rule: + - '^(.*)$ https://www.deutsche-wohnen.com/hinweisgebersystem [R=301,L]' - comment: 'http to https' rewrite_cond: - '%%{ich-trickse}{HTTP:HTTPS} !=on'