From b09575297dec6a4a92d8693a043cbdd2fc8a1470 Mon Sep 17 00:00:00 2001 From: Nicolas Duchon Date: Tue, 27 Feb 2024 13:27:11 +0100 Subject: [PATCH] docs: typo in comments Co-authored-by: Niek <100143256+SchoNie@users.noreply.github.com> --- nginx.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.tmpl b/nginx.tmpl index 6c570ed..acaecff 100644 --- a/nginx.tmpl +++ b/nginx.tmpl @@ -497,7 +497,7 @@ proxy_set_header Proxy ""; {{- range $path, $containers := $tmp_paths }} {{- /* Get the VIRTUAL_PROTO defined by containers w/ the same vhost-vpath, falling back to "http". */}} {{- $proto := trim (or (first (groupByKeys $containers "Env.VIRTUAL_PROTO")) "http") }} - {{- /* Get the NETWORK_ACCESS defined by codontainers w/ the same vhost, falling back to "external". */}} + {{- /* Get the NETWORK_ACCESS defined by containers w/ the same vhost, falling back to "external". */}} {{- $network_tag := or (first (groupByKeys $containers "Env.NETWORK_ACCESS")) "external" }} {{- $upstream := $upstream_name }}