Fix proxypass statement for MEM
Change-Id: I043ab9d5e28914c69c13100039432ee222341da4
This commit is contained in:
parent
d34217f384
commit
29dbd33bcc
@ -241,6 +241,10 @@ class midonet::mem(
|
||||
path => '/var/www/html/midonet-manager',
|
||||
}
|
||||
],
|
||||
proxy_pass +> [
|
||||
{ 'path' => '/midonet-api', 'url' => 'http://localhost:8181/midonet-api' },
|
||||
],
|
||||
proxy_preserve_host => true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user