Skip to content

Commit 3fab237

Browse files
authored
Merge pull request nginx-proxy#1022 from mouhamed/patch-1
Remove duplicate
2 parents 73f2984 + 1eac894 commit 3fab237

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

nginx.tmpl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,6 @@ upstream {{ $upstream_name }} {
152152
{{/* Get the NETWORK_ACCESS defined by containers w/ the same vhost, falling back to "external" */}}
153153
{{ $network_tag := or (first (groupByKeys $containers "Env.NETWORK_ACCESS")) "external" }}
154154

155-
{{/* Get the NETWORK_ACCESS defined by containers w/ the same vhost, falling back to "external" */}}
156-
{{ $network_tag := or (first (groupByKeys $containers "Env.NETWORK_ACCESS")) "external" }}
157-
158155
{{/* Get the HTTPS_METHOD defined by containers w/ the same vhost, falling back to "redirect" */}}
159156
{{ $https_method := or (first (groupByKeys $containers "Env.HTTPS_METHOD")) "redirect" }}
160157

0 commit comments

Comments
 (0)