We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7083f6 commit f1a336cCopy full SHA for f1a336c
router/nginx.tmpl
@@ -152,9 +152,6 @@ upstream {{ $upstream_name }} {
152
{{/* Get the NETWORK_ACCESS defined by containers w/ the same vhost, falling back to "external" */}}
153
{{ $network_tag := or (first (groupByKeys $containers "Env.NETWORK_ACCESS")) "external" }}
154
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
-
158
{{/* Get the HTTPS_METHOD defined by containers w/ the same vhost, falling back to "redirect" */}}
159
{{ $https_method := or (first (groupByKeys $containers "Env.HTTPS_METHOD")) "redirect" }}
160
0 commit comments