fix: remove duplicate upstream definition in nginx config
Some checks failed
Deploy quoter / deploy (push) Failing after 5m57s

This commit is contained in:
2025-10-05 12:14:57 +03:00
parent 2a9480ab1e
commit 38ec9bf1a9

View File

@@ -145,6 +145,7 @@ server {
} }
} }
{{ end }} {{ end }}
{{ end }}
{{ if $.DOKKU_APP_WEB_LISTENERS }} {{ if $.DOKKU_APP_WEB_LISTENERS }}
{{ range $upstream_port := $.PROXY_UPSTREAM_PORTS | split " " }} {{ range $upstream_port := $.PROXY_UPSTREAM_PORTS | split " " }}
@@ -157,5 +158,3 @@ upstream {{ $.APP }}-{{ $upstream_port }} {
} }
{{ end }}{{ end }} {{ end }}{{ end }}
{{ end }}