Author: Robert Kaussow <mail@geeklabor.de>
Date:   Thu May 20 14:47:09 2021 +0200

    use list of dict for location.add_headers
This commit is contained in:
Robert Kaussow 2021-05-20 12:51:06 +00:00
parent a5f21e9765
commit 2e37d3de55
1 changed files with 4 additions and 1 deletions

View File

@ -469,7 +469,10 @@ nginx_vhosts_default:
- match: /
root: /var/www/vhosts/default
index: index.html
add_headers: []
add_headers:
- name:
value:
always: True
proxy_pass:
proxy_http_version: "1.1"
proxy_buffering: "off"