From 35ee83d968609edfb934fb89311975b03a2ff935 Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Thu, 13 Jul 2017 09:53:28 +0200 Subject: [PATCH] fbb-ws - change docroot mode --- customer/fbb-ws/production.yaml | 2 ++ customer/fbb-ws/test.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/customer/fbb-ws/production.yaml b/customer/fbb-ws/production.yaml index 970de358..d30cf63a 100644 --- a/customer/fbb-ws/production.yaml +++ b/customer/fbb-ws/production.yaml @@ -107,6 +107,7 @@ infra::profile::apache::pp_vhosts: default_vhost: true docroot_owner: apache docroot_group: apache + docroot_mode: '0775' setenv: - AIRLINE_DATA /www/data/fiona/app/online/docs/_airlines/index.php - POI_CMS_EXPORT_FILE /www/data/fiona/app/online/docs/poiExport/index.php @@ -156,6 +157,7 @@ infra::profile::apache::pp_vhosts: ssl: false docroot_owner: apache docroot_group: apache + docroot_mode: '0775' setenv: - AIRLINE_DATA /www/data/fiona/app/online/docs/_airlines/index.php - POI_CMS_EXPORT_FILE /www/data/fiona/app/online/docs/poiExport/index.php diff --git a/customer/fbb-ws/test.yaml b/customer/fbb-ws/test.yaml index f55d7d31..09c8f2c5 100644 --- a/customer/fbb-ws/test.yaml +++ b/customer/fbb-ws/test.yaml @@ -133,6 +133,7 @@ infra::profile::apache::pp_vhosts: default_vhost: true docroot_owner: apache docroot_group: apache + docroot_mode: '0775' setenv: - AIRLINE_DATA /www/data/fiona/app/online/docs/_airlines/index.php - POI_CMS_EXPORT_FILE /www/data/fiona/app/online/docs/poiExport/index.php @@ -192,6 +193,7 @@ infra::profile::apache::pp_vhosts: ssl_port: 81 docroot_owner: apache docroot_group: apache + docroot_mode: '0775' setenv: - AIRLINE_DATA /www/data/fiona/app/online/docs/_airlines/index.php - POI_CMS_EXPORT_FILE /www/data/fiona/app/online/docs/poiExport/index.php -- 2.39.5