Skip to content

Commit 3acca01

Browse files
committed
Fix spacing issue on upstream template
1 parent 5ea2a7e commit 3acca01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/mode/static/nginx/config/upstreams_template.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ package config
77
const upstreamsTemplateText = `
88
{{ range $u := . }}
99
upstream {{ $u.Name }} {
10-
random two least_conn;
10+
random two least_conn;
1111
{{ if $u.ZoneSize -}}
1212
zone {{ $u.Name }} {{ $u.ZoneSize }};
1313
{{ end -}}

0 commit comments

Comments
 (0)