mirror of
https://github.com/nginx-proxy/docker-letsencrypt-nginx-proxy-companion
synced 2024-11-22 16:32:48 +01:00
refactor: remove unused range index
This commit is contained in:
parent
c0de80f031
commit
24d76fb42c
@ -79,7 +79,7 @@ LETSENCRYPT_CONTAINERS=(
|
||||
{{ else }}
|
||||
{{/* Default: multi-domain (SAN) certificate */}}
|
||||
{{- "\n" }}LETSENCRYPT_{{ $cid }}_HOST=(
|
||||
{{- range $i, $host := split $hosts "," }}
|
||||
{{- range $host := split $hosts "," }}
|
||||
{{- $host := trim $host }}
|
||||
{{- $host := trimSuffix "." $host }}
|
||||
{{- "\n\t" }}'{{ $host }}'
|
||||
|
Loading…
Reference in New Issue
Block a user