Skip to content

Commit fc619d6

Browse files
authored
Merge pull request nginx-proxy#460 from kumy/patch-1
Fix a typo in comment
2 parents c36b429 + 8c76ea9 commit fc619d6

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
@@ -120,7 +120,7 @@ upstream {{ $host }} {
120120
{{ $vhostCert := replace $vhostCert ".key" "" -1 }}
121121
{{ end }}
122122

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

126126
{{ $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)