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: dhparam:
client_max_body_size: client_max_body_size:
send_timeout: send_timeout:
add_headers:
- name:
value:
always: True
locations: locations:
- match: / - match: /
root: /var/www/vhosts/default root: /var/www/vhosts/default
index: index.html index: index.html
add_headers: add_headers: []
- name:
value:
always: True
proxy_pass: proxy_pass:
proxy_http_version: "1.1" proxy_http_version: "1.1"
proxy_buffering: "off" proxy_buffering: "off"