From 0c6f259890c366d407fa251c741e6969a5361a6c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Oliver=20B=C3=B6ttcher?= Date: Tue, 29 Aug 2017 11:18:16 +0200 Subject: [PATCH] MHK - custom_fragement sslproxyengine --- customer/mhk/stage-www01-mhk-kueche-de.pixelpark.net.yaml | 3 ++- customer/mhk/stage-www02-mhk-kueche-de.pixelpark.net.yaml | 3 ++- customer/mhk/stage-www03-mhk-kueche-de.pixelpark.net.yaml | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) 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 7eb6770c..07e84f89 100644 --- a/customer/mhk/stage-www01-mhk-kueche-de.pixelpark.net.yaml +++ b/customer/mhk/stage-www01-mhk-kueche-de.pixelpark.net.yaml @@ -25,7 +25,7 @@ infra::profile::apache::pp_vhosts: - '^(.*)$ https://%%{ich-trickse}{SERVER_NAME}$1 [R=301,L]' - comment: 'Proxy' rewrite_rule: - - '^/proxy/(.*)$ https://$1 [P,L,QSA]' + - '^/proxy/(.*)\.js$ https://$1.js [P,L,QSA]' - comment: 'Redirects' rewrite_rule: - '^(/)?$ https://%%{ich-trickse}{SERVER_NAME}/de-DE [R=301,L]' @@ -102,6 +102,7 @@ infra::profile::apache::pp_vhosts: - 'set X-Frame-Options: sameorigin' - 'set X-XSS-Protection: "1; mode=block"' - 'set X-Content-Type-Options: nosniff' + custom_fragment: 'SSLProxyEngine on' logstash::generic_resource: webapp: 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 506bca30..c65e46b3 100644 --- a/customer/mhk/stage-www02-mhk-kueche-de.pixelpark.net.yaml +++ b/customer/mhk/stage-www02-mhk-kueche-de.pixelpark.net.yaml @@ -25,7 +25,7 @@ infra::profile::apache::pp_vhosts: - '^(.*)$ https://%%{ich-trickse}{SERVER_NAME}$1 [R=301,L]' - comment: 'Proxy' rewrite_rule: - - '^/proxy/(.*)$ https://$1 [P,L,QSA]' + - '^/proxy/(.*)\.js$ https://$1.js [P,L,QSA]' - comment: 'Redirects' rewrite_rule: - '^(/)?$ https://%%{ich-trickse}{SERVER_NAME}/de-DE [R=301,L]' @@ -102,6 +102,7 @@ infra::profile::apache::pp_vhosts: - 'set X-Frame-Options: sameorigin' - 'set X-XSS-Protection: "1; mode=block"' - 'set X-Content-Type-Options: nosniff' + custom_fragment: 'SSLProxyEngine on' logstash::generic_resource: webapp: 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 8c797533..15f56547 100644 --- a/customer/mhk/stage-www03-mhk-kueche-de.pixelpark.net.yaml +++ b/customer/mhk/stage-www03-mhk-kueche-de.pixelpark.net.yaml @@ -25,7 +25,7 @@ infra::profile::apache::pp_vhosts: - '^(.*)$ https://%%{ich-trickse}{SERVER_NAME}$1 [R=301,L]' - comment: 'Proxy' rewrite_rule: - - '^/proxy/(.*)$ https://$1 [P,L,QSA]' + - '^/proxy/(.*)\.js$ https://$1.js [P,L,QSA]' - comment: 'Redirects' rewrite_rule: - '^(/)?$ https://%%{ich-trickse}{SERVER_NAME}/de-DE [R=301,L]' @@ -102,6 +102,7 @@ infra::profile::apache::pp_vhosts: - 'set X-Frame-Options: sameorigin' - 'set X-XSS-Protection: "1; mode=block"' - 'set X-Content-Type-Options: nosniff' + custom_fragment: 'SSLProxyEngine on' logstash::generic_resource: webapp: -- 2.39.5