From 269a6a4caf8ece0fbe4bf76306225e36ff823c33 Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Fri, 14 Jul 2017 17:41:58 +0200 Subject: [PATCH] fbb-www - correct docroot directory --- customer/fbb-www/production.yaml | 2 +- customer/fbb-www/test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/customer/fbb-www/production.yaml b/customer/fbb-www/production.yaml index 7212e8cf..0086d1b6 100644 --- a/customer/fbb-www/production.yaml +++ b/customer/fbb-www/production.yaml @@ -600,7 +600,7 @@ infra::profile::apache::pp_vhosts: - 'set X-Frame-Options: DENY' directories: - provider: 'directory' - path: '/var/www/berlin-airport' + path: '/var/www/cdm-berlin-airport' addhandlers: - { handler: "proxy:unix:/var/run/php5-fpm-cdm-berlin-airport.sock|fcgi://./" , extensions: '.php' } options: diff --git a/customer/fbb-www/test.yaml b/customer/fbb-www/test.yaml index f75024f7..f601cad0 100644 --- a/customer/fbb-www/test.yaml +++ b/customer/fbb-www/test.yaml @@ -355,7 +355,7 @@ infra::profile::apache::pp_vhosts: - 'set X-Frame-Options: DENY' directories: - provider: 'directory' - path: '/var/www/berlin-airport' + path: '/var/www/cdm-berlin-airport' addhandlers: - { handler: "proxy:unix:/var/run/php5-fpm-cdm-berlin-airport.sock|fcgi://./" , extensions: '.php' } options: -- 2.39.5