Fix proxypass statement for MEM
Change-Id: I043ab9d5e28914c69c13100039432ee222341da4
This commit is contained in:
parent
266b839209
commit
59f6b0937a
@ -242,7 +242,7 @@ class midonet::mem(
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
proxy_pass +> [
|
proxy_pass +> [
|
||||||
{ 'path' => '/midonet-api', 'url' => 'http://localhost:8181' },
|
{ 'path' => '/midonet-api', 'url' => 'http://localhost:8181/midonet-api' },
|
||||||
],
|
],
|
||||||
proxy_preserve_host => true
|
proxy_preserve_host => true
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user