From 24ebb25d42a64cd8c32921ca824af0233bafc857 Mon Sep 17 00:00:00 2001 From: sambufe Date: Tue, 27 Jun 2017 13:57:35 +0200 Subject: [PATCH] BERFBB-3603 HTTPs detection --- customer/fbb-ws/production.yaml | 1 + customer/fbb-ws/test.yaml | 1 + customer/fbb-www/production.yaml | 1 + 3 files changed, 3 insertions(+) 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"' -- 2.39.5