fix: remove duplicate upstream definition in nginx config
Some checks failed
Deploy quoter / deploy (push) Failing after 5m57s
Some checks failed
Deploy quoter / deploy (push) Failing after 5m57s
This commit is contained in:
@@ -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 }}
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user