Skip to content

Commit 51c72af

Browse files
committed
VS template test tidy up (#7211)
1 parent e1deeaa commit 51c72af

File tree

6 files changed

+1129
-9950
lines changed

6 files changed

+1129
-9950
lines changed

internal/configs/configurator_test.go

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2638,7 +2638,9 @@ upstream {{ $u.Name }} {
26382638
{{- end }}
26392639
{{- end }}
26402640
2641-
{{ if $u.NTLM }}ntlm;{{ end }}
2641+
{{- if $u.NTLM }}
2642+
ntlm;
2643+
{{- end }}
26422644
}
26432645
{{ end }}
26442646
@@ -2687,7 +2689,9 @@ proxy_cache_path /var/cache/nginx/jwks_uri_{{$s.VSName}} levels=1 keys_zone=jwks
26872689
{{- end }}
26882690
26892691
server {
2690-
{{- if $s.Gunzip }}gunzip on;{{end}}
2692+
{{- if $s.Gunzip }}
2693+
gunzip on;
2694+
{{- end }}
26912695
{{ makeHTTPListener $s | printf }}
26922696
26932697
server_name {{ $s.ServerName }};

0 commit comments

Comments
 (0)