Fix proxypass statement for MEM

Change-Id: I043ab9d5e28914c69c13100039432ee222341da4
This commit is contained in:
Alejandro Andreu 2017-02-22 17:53:18 +01:00
parent d34217f384
commit 29dbd33bcc

View File

@ -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
}
}
}