From e39c99f716354ad75e4c31be9b6ca221cae88ba3 Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Fri, 12 Aug 2016 17:49:09 +0200 Subject: [PATCH] chat01 - add security header --- customer/pixelpark/chat01.pixelpark.com.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customer/pixelpark/chat01.pixelpark.com.yaml b/customer/pixelpark/chat01.pixelpark.com.yaml index fd4f312c..a6d2f57a 100644 --- a/customer/pixelpark/chat01.pixelpark.com.yaml +++ b/customer/pixelpark/chat01.pixelpark.com.yaml @@ -20,7 +20,7 @@ nginx::nginx_vhosts: rewrite_to_https: true proxy: http://rocket_chat add_header: - - 'Strict-Transport-Security "max-age=63072000;"' + Strict-Transport-Security: "max-age=63072000;" proxy_set_header: - 'Upgrade $http_upgrade' - 'Connection "upgrade"' -- 2.39.5