mirror of
https://github.com/nginx-proxy/nginx-proxy
synced 2024-11-08 15:59:17 +01:00
docs: typo in comments
Co-authored-by: Niek <100143256+SchoNie@users.noreply.github.com>
This commit is contained in:
parent
418f1a3cd0
commit
b09575297d
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user