This commit is contained in:
Mehdi Zakaria Benadel 2024-05-03 19:08:54 +02:00 committed by GitHub
parent 2e9ce3bdc8
commit 165a2fd696
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -332,7 +332,7 @@ upstream {{ $vpath.upstream }} {
server {{ $ip }}:{{ $args.port }}; server {{ $ip }}:{{ $args.port }};
{{- end }} {{- end }}
{{- if $ipv6 }} {{- if $ipv6 }}
server [{{ $ipv6 }}]:{{ $args.$port }}; server [{{ $ipv6 }}]:{{ $args.port }};
{{- end }} {{- end }}
{{- end }} {{- end }}
{{- end }} {{- end }}