From: sambufe Date: Tue, 27 Jun 2017 11:57:35 +0000 (+0200) Subject: BERFBB-3603 HTTPs detection X-Git-Tag: v0.1.0~2754^2~7 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=24ebb25d42a64cd8c32921ca824af0233bafc857;p=pixelpark%2Fhiera.git BERFBB-3603 HTTPs detection --- diff --git a/customer/fbb-ws/production.yaml b/customer/fbb-ws/production.yaml index eca0b60d..63631403 100644 --- a/customer/fbb-ws/production.yaml +++ b/customer/fbb-ws/production.yaml @@ -109,6 +109,7 @@ infra::profile::apache::pp_vhosts: - POI_CMS_EXPORT_FILE /www/data/fiona/app/online/docs/poiExport/index.php setenvif: - 'HTTPS on X-Forwarded-Proto=https' + - 'HTTPS on HTTPS=on' headers: - 'set X-Content-Type-Options: nosniff' - 'set X-XSS-Protection: "1; mode=block"' diff --git a/customer/fbb-ws/test.yaml b/customer/fbb-ws/test.yaml index 7bab7ef9..1ae9d037 100644 --- a/customer/fbb-ws/test.yaml +++ b/customer/fbb-ws/test.yaml @@ -133,6 +133,7 @@ infra::profile::apache::pp_vhosts: - POI_CMS_EXPORT_FILE /www/data/fiona/app/online/docs/poiExport/index.php setenvif: - 'HTTPS on X-Forwarded-Proto=https' + - 'HTTPS on HTTPS=on' headers: - 'set X-Content-Type-Options: nosniff' - 'set X-XSS-Protection: "1; mode=block"' diff --git a/customer/fbb-www/production.yaml b/customer/fbb-www/production.yaml index 179885ee..fe49fd0d 100644 --- a/customer/fbb-www/production.yaml +++ b/customer/fbb-www/production.yaml @@ -176,6 +176,7 @@ infra::profile::apache::pp_vhosts: - POI_CMS_EXPORT_FILE /www/data/fiona/app/online/docs/poiExport/index.php setenvif: - 'HTTPS on X-Forwarded-Proto=https' + - 'HTTPS on HTTPS=on' headers: - 'set X-Content-Type-Options: nosniff' - 'set X-XSS-Protection: "1; mode=block"'