From a5f21e976545beea8e92e27300be13a7a5f98a04 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 20 May 2021 09:05:39 +0000 Subject: [PATCH] commit 701d2282a8de677ed2b6c5df6cb468650564f73c Author: Robert Kaussow Date: Thu May 20 11:00:24 2021 +0200 rework security header --- index.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/index.md b/index.md index 000d118..9f6821d 100644 --- a/index.md +++ b/index.md @@ -469,13 +469,16 @@ nginx_vhosts_default: - match: / root: /var/www/vhosts/default index: index.html + add_headers: [] proxy_pass: proxy_http_version: "1.1" proxy_buffering: "off" proxy_connect_timeout: 3600s proxy_read_timeout: 3600s proxy_send_timeout: 3600s - proxy_headers: [] + proxy_set_headers: [] + proxy_hide_headers: [] + proxy_ignore_headers: [] proxy_intercept_errors: "off" custom_options: custom_options: @@ -552,6 +555,7 @@ nginx_xxxsp_enabled: true ```YAML nginx_xxxsp_parameters: + - 1 - mode=block ```