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.
1 parent 0ef8dca commit 8c76ea9Copy full SHA for 8c76ea9
nginx.tmpl
@@ -118,7 +118,7 @@ upstream {{ $host }} {
118
{{ $vhostCert := replace $vhostCert ".crt" "" -1 }}
119
{{ $vhostCert := replace $vhostCert ".key" "" -1 }}
120
121
-{{/* 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 */}}
122
{{ $cert := (coalesce $certName $vhostCert) }}
123
124
{{ $is_https := (and (ne $cert "") (exists (printf "/etc/nginx/certs/%s.crt" $cert)) (exists (printf "/etc/nginx/certs/%s.key" $cert))) }}
0 commit comments