Browse Source

Merge pull request #460 from kumy/patch-1

Fix a typo in comment
Jason Wilder 9 năm trước cách đây
mục cha
commit
fc619d63ad
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      nginx.tmpl

+ 1 - 1
nginx.tmpl

@@ -120,7 +120,7 @@ upstream {{ $host }} {
 	{{ $vhostCert := replace $vhostCert ".key" "" -1 }}
 {{ end }}
 
-{{/* Use the cert specifid on the container or fallback to the best vhost match */}}
+{{/* Use the cert specified on the container or fallback to the best vhost match */}}
 {{ $cert := (coalesce $certName $vhostCert) }}
 
 {{ $is_https := (and (ne $cert "") (exists (printf "/etc/nginx/certs/%s.crt" $cert)) (exists (printf "/etc/nginx/certs/%s.key" $cert))) }}