We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c36b429 + 8c76ea9 commit fc619d6Copy full SHA for fc619d6
nginx.tmpl
@@ -120,7 +120,7 @@ upstream {{ $host }} {
120
{{ $vhostCert := replace $vhostCert ".key" "" -1 }}
121
{{ end }}
122
123
-{{/* 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 */}}
124
{{ $cert := (coalesce $certName $vhostCert) }}
125
126
{{ $is_https := (and (ne $cert "") (exists (printf "/etc/nginx/certs/%s.crt" $cert)) (exists (printf "/etc/nginx/certs/%s.key" $cert))) }}
0 commit comments