فهرست منبع

Merge pull request #460 from kumy/patch-1

Fix a typo in comment
Jason Wilder 9 سال پیش
والد
کامیت
fc619d63ad
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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))) }}