Author: Robert Kaussow <mail@geeklabor.de>
Date:   Thu May 20 15:10:01 2021 +0200

    add server.add_headers option
This commit is contained in:
Robert Kaussow 2021-05-20 13:13:53 +00:00
parent 2e37d3de55
commit 93171fa348
1 changed files with 5 additions and 4 deletions

View File

@ -465,14 +465,15 @@ nginx_vhosts_default:
dhparam:
client_max_body_size:
send_timeout:
add_headers:
- name:
value:
always: True
locations:
- match: /
root: /var/www/vhosts/default
index: index.html
add_headers:
- name:
value:
always: True
add_headers: []
proxy_pass:
proxy_http_version: "1.1"
proxy_buffering: "off"