From 2e37d3de55f5fa2da18d479eb9ea350e9621dd70 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 20 May 2021 12:51:06 +0000 Subject: [PATCH] commit 39f7b3b47d42bafa8ff5d5d36aa17103e0cfec6f Author: Robert Kaussow Date: Thu May 20 14:47:09 2021 +0200 use list of dict for location.add_headers --- index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/index.md b/index.md index 9f6821d..9a3b56c 100644 --- a/index.md +++ b/index.md @@ -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"