We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7c225d commit c80c559Copy full SHA for c80c559
internal/mode/static/nginx/config/upstreams.go
@@ -79,6 +79,7 @@ func (g GeneratorImpl) createUpstream(up dataplane.Upstream) http.Upstream {
79
}
80
81
func createInvalidBackendRefUpstream() http.Upstream {
82
+ // ZoneSize is omitted since we will only ever proxy to one destination/backend.
83
return http.Upstream{
84
Name: invalidBackendRef,
85
Servers: []http.UpstreamServer{
0 commit comments