We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents daf6164 + da2cb8f commit 4caec61Copy full SHA for 4caec61
1 file changed
router/rootfs/etc/confd/templates/nginx.conf
@@ -188,9 +188,7 @@ http {
188
{{ end }}
189
}
190
## end deis-store-gateway
191
- {{ $useSSL := or (getv "/deis/router/sslCert") "false" }}
192
{{ $domains := ls "/deis/domains" }}
193
- {{ $certs := ls "/deis/certs" }}
194
## start service definitions for each application
195
{{ range $app := lsdir "/deis/services" }}
196
{{ $upstreams := printf "/deis/services/%s/*" $app}}
0 commit comments