fix typo
This commit is contained in:
parent
2e9ce3bdc8
commit
165a2fd696
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ upstream {{ $vpath.upstream }} {
|
|||
server {{ $ip }}:{{ $args.port }};
|
||||
{{- end }}
|
||||
{{- if $ipv6 }}
|
||||
server [{{ $ipv6 }}]:{{ $args.$port }};
|
||||
server [{{ $ipv6 }}]:{{ $args.port }};
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
|
Loading…
Reference in a new issue