From 93171fa348a9ab59a81bdc666ac9b52810238e1b Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 20 May 2021 13:13:53 +0000 Subject: [PATCH] commit 00f7bd40762ca56ac1b516f8f896c155e8001a6d Author: Robert Kaussow Date: Thu May 20 15:10:01 2021 +0200 add server.add_headers option --- index.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/index.md b/index.md index 9a3b56c..2c30763 100644 --- a/index.md +++ b/index.md @@ -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"