1
0
Fork 0
mirror of https://github.com/nginx-proxy/nginx-proxy synced 2024-05-24 00:16:10 +02:00

Remove duplicate

This commit is contained in:
mouhamed 2018-01-09 21:12:37 +01:00 committed by GitHub
parent 73f29846b3
commit 1eac894902
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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" }}