From e549f7a50778d0b3069aa5d4abc4ad8e5c63e1fa Mon Sep 17 00:00:00 2001 From: sambufe Date: Mon, 26 Jun 2017 13:35:16 +0200 Subject: [PATCH] fbb ws HTTPs fix --- customer/fbb-ws/production.yaml | 1 + customer/fbb-ws/test.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/customer/fbb-ws/production.yaml b/customer/fbb-ws/production.yaml index 7d007e88..54f2e989 100644 --- a/customer/fbb-ws/production.yaml +++ b/customer/fbb-ws/production.yaml @@ -100,6 +100,7 @@ infra::profile::apache::pp_vhosts: - prd-ws02-fbb.pixelpark.net ssl_real: false ssl_port: 81 + custom_fragment: 'UseCanonicalPhysicalPort On' default_vhost: true docroot_owner: apache docroot_group: apache diff --git a/customer/fbb-ws/test.yaml b/customer/fbb-ws/test.yaml index a1266090..6e921013 100644 --- a/customer/fbb-ws/test.yaml +++ b/customer/fbb-ws/test.yaml @@ -124,6 +124,7 @@ infra::profile::apache::pp_vhosts: - tst-ws02-fbb.pixelpark.net ssl_real: false ssl_port: 81 + custom_fragment: 'UseCanonicalPhysicalPort On' default_vhost: true docroot_owner: apache docroot_group: apache -- 2.39.5