On Sat, Oct 15, 2016 at 05:20:42AM -0700, Grant wrote:
Hi there,
> > I've been struggling with a very difficult to diagnose problem when
> > using apache2 and Odoo in a reverse proxy configuration with nginx.
> > Enabling keepalive for upstream in nginx seems to have fixed it. Why
> > is it not
Hi,
Just updating myself, I realized I don't even need any weird setup, just
change the fallback location from
location @something { }
into
location = /.something { }
and set index parameter to
index index.html /.something;
It works because the last element of the list can be an absolute pat