From 38ec9bf1a98eb8faeecb543d105ba1934e055e2e Mon Sep 17 00:00:00 2001 From: Untone Date: Sun, 5 Oct 2025 12:14:57 +0300 Subject: [PATCH] fix: remove duplicate upstream definition in nginx config --- nginx.conf.sigil | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 }} -