From: Thomas Heller Date: Wed, 19 Apr 2017 13:21:02 +0000 (+0200) Subject: added static html page traumkueche X-Git-Tag: v0.1.0~3125^2~5 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=1b11d616847a279318b9e00622cbc2037b178efe;p=pixelpark%2Fhiera.git added static html page traumkueche --- 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"'