From: Andreas Gerstenberg Date: Tue, 31 Jul 2018 14:13:49 +0000 (+0200) Subject: bmf-datacenter 2. versuch :) X-Git-Tag: v0.1.0~482 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=b8d51a299daf518ee72b47b4e9a952ffd172788a;p=pixelpark%2Fhiera.git bmf-datacenter 2. versuch :) --- diff --git a/customer/bmf-datacenter/production.yaml b/customer/bmf-datacenter/production.yaml index 40c5b786..c2b3c45e 100644 --- a/customer/bmf-datacenter/production.yaml +++ b/customer/bmf-datacenter/production.yaml @@ -53,20 +53,20 @@ infra::profile::typo3::projects: - alias: comment: 'Alle Aliase auf Servername' rewrite_cond: - - '%%{ich-trickse}{HTTP_HOST} !^www\.bundeshaushalt-info\.de$ [NC]' - - '%%{ich-trickse}{REMOTE_ADDR} !^77\.74\.239\.51$' + - '%%{ich-trickse}{HTTP_HOST} !^www\.bundeshaushalt\.de$ [NC]' +# - '%%{ich-trickse}{REMOTE_ADDR} !^77\.74\.239\.51$' - '%%{ich-trickse}{REQUEST_URI} !^/logs' - '%%{ich-trickse}{REQUEST_URI} !^/status' - '%%{ich-trickse}{REQUEST_URI} !^/server-status' rewrite_rule: - - '^(.*)$ https://www.bundeshaushalt-info.de$1 [L,R=301]' + - '^(.*)$ https://www.bundeshaushalt.de$1 [L,R=301]' - alias1: comment: 'Alle Aliase auf Servername' rewrite_cond: - '%%{ich-trickse}{HTTP:HTTPS} !=on' - '%%{ich-trickse}{REQUEST_URI} !^/logs' rewrite_rule: - - '^(.*)$ https://www.bundeshaushalt-info.de$1 [L,R=301]' + - '^(.*)$ https://www.bundeshaushalt.de$1 [L,R=301]' aliases: alias: '/logs' path: '/var/log/httpd'