From: Philipp Dallig Date: Fri, 12 Aug 2016 16:27:43 +0000 (+0200) Subject: chat01 - anpassung header X-Git-Tag: v0.1.0~4299 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=5a6000e5fdfdf5362361a97520af43ebb13691a3;p=pixelpark%2Fhiera.git chat01 - anpassung header --- 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"'