Skip to content

Commit

Permalink
Merge pull request nginx-proxy#1022 from mouhamed/patch-1
Browse files Browse the repository at this point in the history
Remove duplicate
  • Loading branch information
jwilder authored Jan 10, 2018
2 parents 73f2984 + 1eac894 commit 3fab237
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions nginx.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,6 @@ upstream {{ $upstream_name }} {
{{/* 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" }}

{{/* 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" }}

{{/* Get the HTTPS_METHOD defined by containers w/ the same vhost, falling back to "redirect" */}}
{{ $https_method := or (first (groupByKeys $containers "Env.HTTPS_METHOD")) "redirect" }}

Expand Down

0 comments on commit 3fab237

Please sign in to comment.