nginx/proxy: allow specifying next upstream behaviour
This commit is contained in:
parent
1468fcb1aa
commit
5503e8d0e9
8 changed files with 47 additions and 4 deletions
|
|
@ -907,6 +907,7 @@ func (ic *GenericController) createServers(data []interface{},
|
|||
BufferSize: bdef.ProxyBufferSize,
|
||||
CookieDomain: bdef.ProxyCookieDomain,
|
||||
CookiePath: bdef.ProxyCookiePath,
|
||||
NextUpstream: bdef.ProxyNextUpstream,
|
||||
}
|
||||
|
||||
// This adds the Default Certificate to Default Backend (or generates a new self signed one)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue