Skip to content

Commit f1a336c

Browse files
committedFeb 24, 2018
Removing duplicate
1 parent b7083f6 commit f1a336c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎router/nginx.tmpl

-3
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)
Please sign in to comment.