Skip to content

Commit 8c76ea9

Browse files
committed
Fix a typo in comment
1 parent 0ef8dca commit 8c76ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ upstream {{ $host }} {
118118
{{ $vhostCert := replace $vhostCert ".crt" "" -1 }}
119119
{{ $vhostCert := replace $vhostCert ".key" "" -1 }}
120120

121-
{{/* Use the cert specifid on the container or fallback to the best vhost match */}}
121+
{{/* Use the cert specified on the container or fallback to the best vhost match */}}
122122
{{ $cert := (coalesce $certName $vhostCert) }}
123123

124124
{{ $is_https := (and (ne $cert "") (exists (printf "/etc/nginx/certs/%s.crt" $cert)) (exists (printf "/etc/nginx/certs/%s.key" $cert))) }}

0 commit comments

Comments
 (0)