diff --git a/nginx.conf.sigil b/nginx.conf.sigil index 08dc131..080bbb2 100644 --- a/nginx.conf.sigil +++ b/nginx.conf.sigil @@ -145,6 +145,7 @@ server { } } {{ end }} +{{ end }} {{ if $.DOKKU_APP_WEB_LISTENERS }} {{ range $upstream_port := $.PROXY_UPSTREAM_PORTS | split " " }} @@ -157,5 +158,3 @@ upstream {{ $.APP }}-{{ $upstream_port }} { } {{ end }}{{ end }} -{{ end }} -