Fix proxypass statement for MEM

Change-Id: I043ab9d5e28914c69c13100039432ee222341da4
This commit is contained in:
Alejandro Andreu 2017-02-22 17:53:18 +01:00
parent 266b839209
commit 59f6b0937a
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ class midonet::mem(
}
],
proxy_pass +> [
{ 'path' => '/midonet-api', 'url' => 'http://localhost:8181' },
{ 'path' => '/midonet-api', 'url' => 'http://localhost:8181/midonet-api' },
],
proxy_preserve_host => true
}