Skip to content

Commit

Permalink
VS template test tidy up (#7211)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdabelf5 authored Jan 27, 2025
1 parent 3eb3356 commit 65b2d52
Show file tree
Hide file tree
Showing 6 changed files with 1,129 additions and 9,950 deletions.
8 changes: 6 additions & 2 deletions internal/configs/configurator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2638,7 +2638,9 @@ upstream {{ $u.Name }} {
{{- end }}
{{- end }}
{{ if $u.NTLM }}ntlm;{{ end }}
{{- if $u.NTLM }}
ntlm;
{{- end }}
}
{{ end }}
Expand Down Expand Up @@ -2687,7 +2689,9 @@ proxy_cache_path /var/cache/nginx/jwks_uri_{{$s.VSName}} levels=1 keys_zone=jwks
{{- end }}
server {
{{- if $s.Gunzip }}gunzip on;{{end}}
{{- if $s.Gunzip }}
gunzip on;
{{- end }}
{{ makeHTTPListener $s | printf }}
server_name {{ $s.ServerName }};
Expand Down
Loading

0 comments on commit 65b2d52

Please sign in to comment.