This question has been flagged

I have a server with some VM, each one has an openerp installation. I configured a https NGinx reverse proxy on the host and I would like differents urls per VM (https:// openerp.domain.com/vm1, https:// openerp.domain.com/vm2, ...).

So I redirect /vm1, /vm2, on good localmachine:8069, it works, but I should specify a location for /web otherwise I get a blank page. The issue is that /web will be the same for all openerp instance, is there a configuration to change url path, like /vm1/web/.. ?

Is my infrastructure is wrong ? What are another possibilities to such installation ?

Thanks

Avatar
Discard