From 50a3bdca22482ca601ad5a580cca03c9e652dc7a Mon Sep 17 00:00:00 2001 From: Alec Muffett Date: Sun, 6 Mar 2022 00:36:47 +0000 Subject: [PATCH] doc nit --- templates.d/nginx.conf.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates.d/nginx.conf.txt b/templates.d/nginx.conf.txt index f34308f..2883d8d 100644 --- a/templates.d/nginx.conf.txt +++ b/templates.d/nginx.conf.txt @@ -788,7 +788,7 @@ http { # https://blog.g3rt.nl/nginx-add_header-pitfall.html %%IF %INJECT_HEADERS_UPSTREAM% - # inject_headers_upstream; + # inject_headers_upstream # this is above the ones below in order to disambiguate which ones "win" %%CSV %INJECT_HEADERS_UPSTREAM% proxy_set_header %1% "%2%";