Author: Robert Kaussow <mail@geeklabor.de>
Date:   Thu May 20 11:00:24 2021 +0200

    rework security header
This commit is contained in:
Robert Kaussow 2021-05-20 09:05:39 +00:00
parent 4aad8e28be
commit a5f21e9765
1 changed files with 5 additions and 1 deletions

View File

@ -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
```