From 5a6000e5fdfdf5362361a97520af43ebb13691a3 Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Fri, 12 Aug 2016 18:27:43 +0200 Subject: [PATCH] chat01 - anpassung header --- customer/pixelpark/chat01.pixelpark.com.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/customer/pixelpark/chat01.pixelpark.com.yaml b/customer/pixelpark/chat01.pixelpark.com.yaml index d32dd27f..90b3a256 100644 --- a/customer/pixelpark/chat01.pixelpark.com.yaml +++ b/customer/pixelpark/chat01.pixelpark.com.yaml @@ -5,6 +5,8 @@ site::additional_classes: # - site::profile::apache # - repo::redhat::passenger # - apache::mod::passenger +nginx::config::proxy_hide_header: + - X-Powered-By nginx::nginx_vhosts: rocket-chat: @@ -21,6 +23,9 @@ nginx::nginx_vhosts: proxy: http://rocket_chat add_header: Strict-Transport-Security: "max-age=63072000" + X-Content-Type-Options: nosniff + X-XSS-Protection: 1; mode=block + X-Frame-Options: DENY proxy_set_header: - 'Upgrade $http_upgrade' - 'Connection "upgrade"' -- 2.39.5