From 1b11d616847a279318b9e00622cbc2037b178efe Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Wed, 19 Apr 2017 15:21:02 +0200 Subject: [PATCH] added static html page traumkueche --- customer/mhk/stage-www01-mhk-kueche-de.pixelpark.net.yaml | 2 ++ customer/mhk/stage-www02-mhk-kueche-de.pixelpark.net.yaml | 2 ++ customer/mhk/stage-www03-mhk-kueche-de.pixelpark.net.yaml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/customer/mhk/stage-www01-mhk-kueche-de.pixelpark.net.yaml b/customer/mhk/stage-www01-mhk-kueche-de.pixelpark.net.yaml index 3d62d973..1f7455e4 100644 --- a/customer/mhk/stage-www01-mhk-kueche-de.pixelpark.net.yaml +++ b/customer/mhk/stage-www01-mhk-kueche-de.pixelpark.net.yaml @@ -53,6 +53,7 @@ infra::profile::apache::pp_vhosts: - '^/errors/(.*)$ /var/www/mhk/errors/$1 [L]' - '^/assets/(.*)$ /var/www/mhk/errors/assets/$1 [L]' - '^/(.*) /blueprint/servlet/page/de-DE/$1 [PT,L]' + - '^/traumkueche/(.*)$ /var/www/mhk/traumkueche/$1 [L]' proxy_preserve_host: true proxy_pass: - path: '/blueprint' @@ -77,6 +78,7 @@ infra::profile::apache::pp_vhosts: - { error_code: 511 , document: "/errors/500.html" } aliases: - { alias: /errors/ , path: /var/www/mhk/errors/ } + - { alias: /traumkueche/ , path: /var/www/mhk/traumkueche/ } headers: - 'set X-Frame-Options: sameorigin' - 'set X-XSS-Protection: "1; mode=block"' diff --git a/customer/mhk/stage-www02-mhk-kueche-de.pixelpark.net.yaml b/customer/mhk/stage-www02-mhk-kueche-de.pixelpark.net.yaml index 35989c55..2aa405f3 100644 --- a/customer/mhk/stage-www02-mhk-kueche-de.pixelpark.net.yaml +++ b/customer/mhk/stage-www02-mhk-kueche-de.pixelpark.net.yaml @@ -53,6 +53,7 @@ infra::profile::apache::pp_vhosts: - '^/errors/(.*)$ /var/www/mhk/errors/$1 [L]' - '^/assets/(.*)$ /var/www/mhk/errors/assets/$1 [L]' - '^/(.*) /blueprint/servlet/page/de-DE/$1 [PT,L]' + - '^/traumkueche/(.*)$ /var/www/mhk/traumkueche/$1 [L]' proxy_preserve_host: true proxy_pass: - path: '/blueprint' @@ -77,6 +78,7 @@ infra::profile::apache::pp_vhosts: - { error_code: 511 , document: "/errors/500.html" } aliases: - { alias: /errors/ , path: /var/www/mhk/errors/ } + - { alias: /traumkueche/ , path: /var/www/mhk/traumkueche/ } headers: - 'set X-Frame-Options: sameorigin' - 'set X-XSS-Protection: "1; mode=block"' diff --git a/customer/mhk/stage-www03-mhk-kueche-de.pixelpark.net.yaml b/customer/mhk/stage-www03-mhk-kueche-de.pixelpark.net.yaml index bd25661d..2005d8cc 100644 --- a/customer/mhk/stage-www03-mhk-kueche-de.pixelpark.net.yaml +++ b/customer/mhk/stage-www03-mhk-kueche-de.pixelpark.net.yaml @@ -53,6 +53,7 @@ infra::profile::apache::pp_vhosts: - '^/errors/(.*)$ /var/www/mhk/errors/$1 [L]' - '^/assets/(.*)$ /var/www/mhk/errors/assets/$1 [L]' - '^/(.*) /blueprint/servlet/page/de-DE/$1 [PT,L]' + - '^/traumkueche/(.*)$ /var/www/mhk/traumkueche/$1 [L]' proxy_preserve_host: true proxy_pass: - path: '/blueprint' @@ -77,6 +78,7 @@ infra::profile::apache::pp_vhosts: - { error_code: 511 , document: "/errors/500.html" } aliases: - { alias: /errors/ , path: /var/www/mhk/errors/ } + - { alias: /traumkueche/ , path: /var/www/mhk/traumkueche/ } headers: - 'set X-Frame-Options: sameorigin' - 'set X-XSS-Protection: "1; mode=block"' -- 2.39.5