From 386c2702dba1ff884694465dc9554c75b03e899e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Oliver=20B=C3=B6ttcher?= Date: Tue, 29 Aug 2017 11:53:49 +0200 Subject: [PATCH] =?utf8?q?MHK=20-=20bl=C3=B6der=20static=20proxy?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .../mhk/stage-www01-mhk-kueche-de.pixelpark.net.yaml | 9 ++++++--- .../mhk/stage-www02-mhk-kueche-de.pixelpark.net.yaml | 11 +++++++---- .../mhk/stage-www03-mhk-kueche-de.pixelpark.net.yaml | 9 ++++++--- 3 files changed, 19 insertions(+), 10 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 8410831b..b5a315ce 100644 --- a/customer/mhk/stage-www01-mhk-kueche-de.pixelpark.net.yaml +++ b/customer/mhk/stage-www01-mhk-kueche-de.pixelpark.net.yaml @@ -105,11 +105,14 @@ infra::profile::apache::pp_vhosts: custom_fragment: | ProxyPreserveHost off + Header set Cache-Control "max-age=216000, private" + Header unset Expires + ExpiresByType text/javascript "access plus 1 month" SSLProxyEngine on - SSLProxyVerify none - SSLProxyCheckPeerCN off - SSLProxyCheckPeerName off + #SSLProxyVerify none + #SSLProxyCheckPeerCN off + #SSLProxyCheckPeerName off 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 f7b89619..8b6ba19e 100644 --- a/customer/mhk/stage-www02-mhk-kueche-de.pixelpark.net.yaml +++ b/customer/mhk/stage-www02-mhk-kueche-de.pixelpark.net.yaml @@ -105,12 +105,15 @@ infra::profile::apache::pp_vhosts: custom_fragment: | ProxyPreserveHost off + Header set Cache-Control "max-age=216000, private" + Header unset Expires + ExpiresByType text/javascript "access plus 1 month" SSLProxyEngine on - SSLProxyVerify none - SSLProxyCheckPeerCN off - SSLProxyCheckPeerName off - + #SSLProxyVerify none + #SSLProxyCheckPeerCN off + #SSLProxyCheckPeerName off + logstash::generic_resource: webapp: resource: file 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 f30c461e..d54e3df7 100644 --- a/customer/mhk/stage-www03-mhk-kueche-de.pixelpark.net.yaml +++ b/customer/mhk/stage-www03-mhk-kueche-de.pixelpark.net.yaml @@ -105,11 +105,14 @@ infra::profile::apache::pp_vhosts: custom_fragment: | ProxyPreserveHost off + Header set Cache-Control "max-age=216000, private" + Header unset Expires + ExpiresByType text/javascript "access plus 1 month" SSLProxyEngine on - SSLProxyVerify none - SSLProxyCheckPeerCN off - SSLProxyCheckPeerName off + #SSLProxyVerify none + #SSLProxyCheckPeerCN off + #SSLProxyCheckPeerName off logstash::generic_resource: webapp: -- 2.39.5