From 1eac894902f787ce4defca35d1c3b8487698b649 Mon Sep 17 00:00:00 2001 From: mouhamed Date: Tue, 9 Jan 2018 21:12:37 +0100 Subject: [PATCH] Remove duplicate --- nginx.tmpl | 3 --- 1 file changed, 3 deletions(-) diff --git a/nginx.tmpl b/nginx.tmpl index 30c08b9..18a60d0 100644 --- a/nginx.tmpl +++ b/nginx.tmpl @@ -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" }}