Skip to content

Commit

Permalink
docs: typo in comments
Browse files Browse the repository at this point in the history
Co-authored-by: Niek <100143256+SchoNie@users.noreply.github.com>
  • Loading branch information
buchdag and SchoNie committed Feb 27, 2024
1 parent 418f1a3 commit b095752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit b095752

Please sign in to comment.